loadMapOnStart = false;
		
			mapIsOpen = false;
			alpCmsKey = "ict-harz";
			apiProjectKey = "ar-harz";
			mapDivId = "top";
			mapHeight = "550px";
			labelCategoryHeader = "Kategorieauswahl";
			labelCloseBtn = "Karte schließen";
			selectedCategories = "9059708216556243361";
			hideAllCategories = false;
			showCategoryTree = true;
			page = 1241;
			
			var myLatlng = new google.maps.LatLng(51.685, 10.785);
			
			var myOptions = {
				zoom: 9,
				center: myLatlng,
				
				disableDefaultUI: true,
			
				navigationControl: true,
				navigationControlOptions: {
					style: google.maps.NavigationControlStyle.DEFAULT,
					position: google.maps.ControlPosition.LEFT
				},
				
				mapTypeControl: true,
				mapTypeControlOptions: {
					mapTypeIds: ['alpstein_map','alpstein_hybrid','alpstein_map_winter',google.maps.MapTypeId.TERRAIN,google.maps.MapTypeId.SATELLITE],
					style: google.maps.MapTypeControlStyle.DEFAULT,
					position: google.maps.ControlPosition.TOP_RIGHT
				},
				
				scaleControl: true,
				scaleControlOptions: {
					position: google.maps.ControlPosition.BOTTOM_RIGHT
				},
				
				scrollwheel : true,
				disableDoubleClickZoom : false,
				draggable : true,
				streetViewControl: true,
				mapTypeId: 'alpstein_map'
			};
		
