var config = {
	mapTypes: [G_NORMAL_MAP, G_HYBRID_MAP, G_SATELLITE_MAP],
	homeLocation: new GLatLng(-33.921957, 18.423518),
	homeZoom: 15,
	table: "CTP_MapDesign",
	categoryColumn: "Category",
	categoryBubbleId: "category-bubble",
	categoryLinkId: "category-link",
	listBubbleId: "list-bubble",
	listLinkId: "list-link",
	featureBubbleId: "feature-bubble",
	featureLinkId: "feature-link",
	featureTooltipId: "feature-tooltip",
	defaultText: "Data not available",
	featuresListId: "mapFeatures",
	featuresSortColumn: "Name"
	
};

var baseIcon = new GIcon();
baseIcon.image = "http://www.propin.co.za/icons/design.png";
baseIcon.shadow = "";
baseIcon.iconSize = new GSize(25, 25);
baseIcon.shadowSize = new GSize(59, 32);
baseIcon.iconAnchor = new GPoint(9, 34);
baseIcon.infoWindowAnchor = new GPoint(9, 2);
baseIcon.infoShadowAnchor = new GPoint(18, 25);

var tooltipOptions = {
	backgroundColor: '#fff',
	borderColor: '#ababab',
	opacity: 0.9
};
