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

mapness.customSettings = {
	map: {
		defaultType : G_PHYSICAL_MAP,
		line: {
			show : true,
			weight: 4,
			color: '#8400ff',
			opacity: '0.85'
		},
		markers: {			
			/*
			waypoint: {
				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
				}
			},
			description: {
				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
				}
			},
			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
	}
}