[smartslider3 slider=2]
Alles im Lot!
Ohne Schmerzen leben
Orthopädisch-therapeutische
Arbeitsgemeinschaft
Unsere Leistungen
Ihr Weg zu uns
// street to display in maps, example usage: COMPANY NAME, ADDRESS, CITY var streetAddress = 'Kellerstraße 14, 26209 Sandkrug'; // url to privacy policy: var privacyPolicyURL = 'https://dr-bier.de/datenschutz/'; // blank window, default is _blank: var KmTarget = '_blank'; // background color of the button, default is #000: var KmButtonBGColor = '#426494'; // text color of the button, default is #fff: var KmButtonTextColor = '#fff'; // maps height of the map, default is 440px. one could also use vw, % or other units: var KmMapsHeight = '450px'; // beware: 440px is optimal default for responsive display of the opt-in message! // map zoom, default is 12 (1 = world | 30 = max zoomed): var kmMapsZoom = '16'; <!-- var blueMoon = [ { "elementType": "geometry", "stylers": [ { "hue": "#ff4400" }, { "saturation": -68 }, { "lightness": -4 }, { "gamma": 0.72 } ] }, { "featureType": "road", "elementType": "labels.icon" }, { "featureType": "landscape.man_made", "elementType": "geometry", "stylers": [ { "hue": "#0077ff" }, { "gamma": 3.1 } ] }, { "featureType": "water", "stylers": [ { "hue": "#00ccff" }, { "gamma": 0.44 }, { "saturation": -33 } ] }, { "featureType": "poi.park", "stylers": [ { "hue": "#44ff00" }, { "saturation": -23 } ] }, { "featureType": "water", "elementType": "labels.text.fill", "stylers": [ { "hue": "#007fff" }, { "gamma": 0.77 }, { "saturation": 65 }, { "lightness": 99 } ] }, { "featureType": "water", "elementType": "labels.text.stroke", "stylers": [ { "gamma": 0.11 }, { "weight": 5.6 }, { "saturation": 99 }, { "hue": "#0091ff" }, { "lightness": -86 } ] }, { "featureType": "transit.line", "elementType": "geometry", "stylers": [ { "lightness": -48 }, { "hue": "#ff5e00" }, { "gamma": 1.2 }, { "saturation": -23 } ] }, { "featureType": "transit", "elementType": "labels.text.stroke", "stylers": [ { "saturation": -64 }, { "hue": "#ff9100" }, { "lightness": 16 }, { "gamma": 0.47 }, { "weight": 2.7 } ] } ]; var iconSrc = {}; iconSrc['iconh'] = '/mapmarker.png'; var locations = [ ['Dr. med. Michael BierGrüne Str. 4, 26121 OldenburgTel.: 0441 9250250
Route berechnen', 53.143791, 8.212284, 17, 'iconh'] ] ; var myOptions = { zoom: 14, center: new google.maps.LatLng(53.183865, 8.183732), mapTypeControlOptions: 'schalt_flaeche', scaleControl: true, scrollwheel : true, mapTypeControl : false, draggable : !("ontouchend" in document) } ; var newMapType = new google.maps.StyledMapType(blueMoon, {name: "Blue Moon"}); var map = new google.maps.Map(document.getElementById('map'), myOptions); map.mapTypes.set('schalt_flaeche', newMapType); map.setMapTypeId('schalt_flaeche'); var infowindow = new google.maps.InfoWindow(); var marker, i; var bounds = new google.maps.LatLngBounds(); for (i = 0; i < locations.length; i++) { marker = new google.maps.Marker({ position: new google.maps.LatLng(locations[i][1], locations[i][2]), map: map, icon: iconSrc[locations[i][4]] }); google.maps.event.addListener(marker, 'click', (function (marker, i) { return function () { infowindow.setContent(locations[i][0]); infowindow.open(map, marker); map.setZoom(17); map.setCenter(marker.getPosition()); } } ) (marker, i) ) ; var Item_1 = new google.maps.LatLng(locations[i][1], locations[i][2]); bounds.extend(Item_1); } map.setCenter(marker.getPosition()); -->