function StartGoogleMap() {var GoogleMapOptions = {mapTypeId: google.maps.MapTypeId.ROADMAP,scaleControl: true,};var GoogleMap = new google.maps.Map(document.getElementById('GoogleMapPZ'), GoogleMapOptions);var bounds = new google.maps.LatLngBounds(new google.maps.LatLng(48.7904724,9.4658641));bounds.extend(new google.maps.LatLng(48.8151256,9.4189037));bounds.extend(new google.maps.LatLng(48.8143960,9.3720259));bounds.extend(new google.maps.LatLng(48.7984778,9.5276187));bounds.extend(new google.maps.LatLng(48.8075027,9.5268763));bounds.extend(new google.maps.LatLng(48.8209630,9.3478977));bounds.extend(new google.maps.LatLng(48.8848922,9.5309347));bounds.extend(new google.maps.LatLng(48.8167093,9.3855887));GoogleMap.fitBounds(bounds);var DorfIconImage = new google.maps.MarkerImage ('https://maps.gstatic.com/mapfiles/ridefinder-images/mm_20_red.png', new google.maps.Size(12, 20), new google.maps.Point(0,0), new google.maps.Point(6,25));var MarkerDorf = new google.maps.Marker ({position: new google.maps.LatLng(48.7904724,9.4658641),map: GoogleMap,icon: DorfIconImage,animation: google.maps.Animation.DROP,});var InfoWindow = new google.maps.InfoWindow ({content: '',size: new google.maps.Size(250,250)}); google.maps.event.addListener (MarkerDorf, 'mouseover', function() { InfoWindow.setContent('
Winterbach Engelberg
'); InfoWindow.open(GoogleMap,MarkerDorf); });var ShopIconImage = new google.maps.MarkerImage ('/GMimg/PZ.png', new google.maps.Size(25,35), new google.maps.Point(0,0), new google.maps.Point(13,35)); var Marker1 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8151256,9.4189037), map: GoogleMap, icon: ShopIconImage,title: 'Orchidea Pizza Service' }); google.maps.event.addListener (Marker1, 'mouseover', function() {InfoWindow.setContent('
Orchidea Pizza ServiceBahnhofstr. 17
73630 Grunbach
Liefergebühr: 2.00 €
Mindestbestellwert: 12.50 €
'); InfoWindow.open (GoogleMap,Marker1); }); google.maps.event.addListener (Marker1, 'click', function() { CallShop('Orchidea', '0'); }); google.maps.event.addListener (Marker1, 'mouseout', function() { InfoWindow.close(); }); var Marker2 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8143960,9.3720259), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Pavone' }); google.maps.event.addListener (Marker2, 'mouseover', function() {InfoWindow.setContent('
Pizza PavoneSchorndorfer Str. 23
71384 Weinstadt-Endersbach
Liefergebühr: 2.00 €
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker2); }); google.maps.event.addListener (Marker2, 'click', function() { CallShop('PizzaPavoneWeinstadt', '0'); }); google.maps.event.addListener (Marker2, 'mouseout', function() { InfoWindow.close(); }); var Marker3 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7984778,9.5276187), map: GoogleMap, icon: ShopIconImage,title: 'Schlemmer Pizza Service' }); google.maps.event.addListener (Marker3, 'mouseover', function() {InfoWindow.setContent('
Schlemmer Pizza ServiceSchlichtener Str. 90
73614 Schorndorf
Mindestbestellwert: 12.50 €
'); InfoWindow.open (GoogleMap,Marker3); }); google.maps.event.addListener (Marker3, 'click', function() { CallShop('SchlemmerSchorndorf', '0'); }); google.maps.event.addListener (Marker3, 'mouseout', function() { InfoWindow.close(); }); var Marker4 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8075027,9.5268763), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Kurier' }); google.maps.event.addListener (Marker4, 'mouseover', function() {InfoWindow.setContent('
Pizza KurierGrabenstr. 2
73614 Schorndorf
Mindestbestellwert: 9.00 €
'); InfoWindow.open (GoogleMap,Marker4); }); google.maps.event.addListener (Marker4, 'click', function() { CallShop('Kurier', '0'); }); google.maps.event.addListener (Marker4, 'mouseout', function() { InfoWindow.close(); }); var Marker5 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8209630,9.3478977), map: GoogleMap, icon: ShopIconImage,title: 'Aman' }); google.maps.event.addListener (Marker5, 'mouseover', function() {InfoWindow.setContent('
AmanEndersbacher Str. 28
71334 Waiblingen-Beinstein
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker5); }); google.maps.event.addListener (Marker5, 'click', function() { CallShop('AmanWN', '0'); }); google.maps.event.addListener (Marker5, 'mouseout', function() { InfoWindow.close(); }); var Marker6 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8848922,9.5309347), map: GoogleMap, icon: ShopIconImage,title: 'Orient' }); google.maps.event.addListener (Marker6, 'mouseover', function() {InfoWindow.setContent('
OrientAlter Rathausplatz 3
73635 Rudersberg
Liefergebühr: 5.00 €
Mindestbestellwert: 45.00 €
'); InfoWindow.open (GoogleMap,Marker6); }); google.maps.event.addListener (Marker6, 'click', function() { CallShop('OrientRudersberg', '0'); }); google.maps.event.addListener (Marker6, 'mouseout', function() { InfoWindow.close(); }); var Marker7 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8167093,9.3855887), map: GoogleMap, icon: ShopIconImage,title: 'Portofino' }); google.maps.event.addListener (Marker7, 'mouseover', function() {InfoWindow.setContent('
PortofinoBrückenstr. 9
71384 Weinstadt
Mindestbestellwert: 40.00 €
'); InfoWindow.open (GoogleMap,Marker7); }); google.maps.event.addListener (Marker7, 'click', function() { CallShop('PortofinoWeinstadt', '0'); }); google.maps.event.addListener (Marker7, 'mouseout', function() { InfoWindow.close(); });}document.getElementById('GoogleMapsContainer').style.height='52px';if (! document.getElementById('GoogleMapPZ').innerHTML) { document.getElementById('GoogleMapBalken').addEventListener('click', function() { if (! document.getElementById('GoogleMapPZ').innerHTML) { StartGoogleMap(); } OpenCloseMap(); }); }else { StartGoogleMap(); }if(MapOffen == 1) { MapOffen=0; OpenCloseMap(1); }