if(!mapness){
	var mapness = {};
}

mapness.customSettings = {
	map: {
		defaultType : G_PHYSICAL_MAP,
		line: {
			show : false,
			weight: 0,
			color: '#fff',
			opacity: '0'
		},
		markers: {			
			waypoint: {
				image: "/themes/widget-jellybelly-events/images/mapIcon.png",
				size: {
					width: 53,
					height: 36
				},
				shadow: "",
				shadowSize: {
					width: 0,
					height: 0
				},
				iconAnchor: {
					x: 27,
					y: 18
				},
				infoWindowAnchor: {
					x: 27,
					y: 18
				}
			},
			description: {
				image: "/themes/widget-jellybelly-events/images/mapIcon.png",
				size: {
					width: 53,
					height: 36
				},
				shadow: "",
				shadowSize: {
					width: 0,
					height: 0
				},
				iconAnchor: {
					x: 27,
					y: 18
				},
				infoWindowAnchor: {
					x: 27,
					y: 18
				}
			}/*,
			image: {
				image: "/images/ajax-loaderS1.gif",
				size: {
					width: 34,
					height: 48
				},
				shadow: "/images/map_pin_shadow.png",
				shadowSize: {
					width: 45,
					height: 35
				},
				iconAnchor: {
					x: 20,
					y: 35
				},
				infoWindowAnchor: {
					x: 15,
					y: 15
				}
			},
			video: {
				image: "/images/ajax-loaderS1.gif",
				size: {
					width: 34,
					height: 48
				},
				shadow: "/images/map_pin_shadow.png",
				shadowSize: {
					width: 45,
					height: 35
				},
				iconAnchor: {
					x: 20,
					y: 35
				},
				infoWindowAnchor: {
					x: 15,
					y: 15
				}
			}
			*/
		},
		controls : {
			x	: 90, 
			y	: 5,
			maptype	: ['physical','normal'],
			navtype : 'smallzoomcontrol3d'
		}
	},
	// for widget dynamic resizing			
	images: {
		maxSize : {width: 700 , height: 270}
	},
	layout: {
		scrollOffset : 95
	}
}