loadMapOnStart = true;
		
			mapIsOpen = false;
			alpCmsKey = "ict-badhindelang";
			apiProjectKey = "ar-bad-hindelang";
			alpApiKey = "2a24d845874d755cf4aed93a4bba5a8c";
			mapDivId = "initmap";
			mapHeight = "310px";
			labelCategoryHeader = "Kategorieauswahl";
			labelCloseBtn = "Karte schließen";
			labelOpenBtn = "Karte öffnen";
			selectedCategories = "";
			hideAllCategories = true;
			page = 441;
			myLatlng = new google.maps.LatLng(47.5021153, 10.385452);
			zoom = 15;
			
			var myOptions = {
				zoom: zoom,
				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',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'
			};
			
			var miniOptions = {
				zoom: zoom,
				center: myLatlng,
				streetViewControl : false,
				mapTypeControl: false,
				mapTypeId: 'alpstein_map'
			};
		
