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.9065926,9.3685913));bounds.extend(new google.maps.LatLng(48.8747451,9.3897750));bounds.extend(new google.maps.LatLng(48.8766159,9.3950180));bounds.extend(new google.maps.LatLng(48.9475996,9.2426076));bounds.extend(new google.maps.LatLng(48.8776575,9.3490535));bounds.extend(new google.maps.LatLng(48.9470377,9.4347886));bounds.extend(new google.maps.LatLng(48.9029793,9.4085515));bounds.extend(new google.maps.LatLng(48.9597300,9.4299490));bounds.extend(new google.maps.LatLng(48.8209630,9.3478977));bounds.extend(new google.maps.LatLng(48.9466163,9.4254256));bounds.extend(new google.maps.LatLng(48.8725121,9.3877415));bounds.extend(new google.maps.LatLng(48.8481086,9.3218937));bounds.extend(new google.maps.LatLng(48.8725121,9.3877415));bounds.extend(new google.maps.LatLng(48.9415267,9.2603040));bounds.extend(new google.maps.LatLng(48.8338895,9.3203089));bounds.extend(new google.maps.LatLng(48.9429192,9.4370549));bounds.extend(new google.maps.LatLng(48.8848922,9.5309347));bounds.extend(new google.maps.LatLng(48.9284860,9.3701950));bounds.extend(new google.maps.LatLng(48.9284860,9.3701950));bounds.extend(new google.maps.LatLng(48.8768684,9.3962944));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.9065926,9.3685913),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('
Leutenbach Steinächle
'); 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.8747451,9.3897750), map: GoogleMap, icon: ShopIconImage,title: 'Domino Pizza' }); google.maps.event.addListener (Marker1, 'mouseover', function() { InfoWindow.setContent('
Domino PizzaMax-Eyth-Str. 7
71364 Winnenden
Mindestbestellwert: 10.00 €
'); InfoWindow.open (GoogleMap,Marker1); }); google.maps.event.addListener (Marker1, 'click', function() { CallShop('Domino', '0'); }); google.maps.event.addListener (Marker1, 'mouseout', function() { InfoWindow.close(); }); var Marker2 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8766159,9.3950180), map: GoogleMap, icon: ShopIconImage,title: 'Pavone' }); google.maps.event.addListener (Marker2, 'mouseover', function() { InfoWindow.setContent('
PavoneRingstr. 29
71364 Winnenden
Mindestbestellwert: 10.00 €
'); InfoWindow.open (GoogleMap,Marker2); }); google.maps.event.addListener (Marker2, 'click', function() { CallShop('PavoneWi', '0'); }); google.maps.event.addListener (Marker2, 'mouseout', function() { InfoWindow.close(); }); var Marker3 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9475996,9.2426076), map: GoogleMap, icon: ShopIconImage,title: 'Lindi`s La Luna' }); google.maps.event.addListener (Marker3, 'mouseover', function() { InfoWindow.setContent('
Lindi`s La LunaMarbacher Str. 2
71726 Benningen
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker3); }); google.maps.event.addListener (Marker3, 'click', function() { CallShop('LindisBenningen', '0'); }); google.maps.event.addListener (Marker3, 'mouseout', function() { InfoWindow.close(); }); var Marker4 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8776575,9.3490535), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Perfekt' }); google.maps.event.addListener (Marker4, 'mouseover', function() { InfoWindow.setContent('
Pizza PerfektWinnender Str. 7
71409 Schwaikheim
Mindestbestellwert: 12.00 €
'); InfoWindow.open (GoogleMap,Marker4); }); google.maps.event.addListener (Marker4, 'click', function() { OpenMSG ('Betriebsferien', 'Dieser Lieferservice hat vom 12.04.2021 bis 15.04.2021 Betriebsferien!', '', 'zurück', 'Speisekarte öffnen', 0, 1, '', 'PZ', '', 'CallShop(\\\'PerfektSchwaikheim\\\', \\\'0\\\');'); }); google.maps.event.addListener (Marker4, 'mouseout', function() { InfoWindow.close(); }); var Marker5 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9470377,9.4347886), map: GoogleMap, icon: ShopIconImage,title: 'Pizza-Kurier' }); google.maps.event.addListener (Marker5, 'mouseover', function() { InfoWindow.setContent('
Pizza-KurierGartenstr. 37
71522 Backnang
Mindestbestellwert: 13.00 €
'); InfoWindow.open (GoogleMap,Marker5); }); google.maps.event.addListener (Marker5, 'click', function() { CallShop('KurierBK', '0'); }); google.maps.event.addListener (Marker5, 'mouseout', function() { InfoWindow.close(); }); var Marker6 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9029793,9.4085515), map: GoogleMap, icon: ShopIconImage,title: 'Goodies' }); google.maps.event.addListener (Marker6, 'mouseover', function() { InfoWindow.setContent('
GoodiesBruckwiesenweg 4
71397 Nellmersbach
Mindestbestellwert: 7.50 €
'); InfoWindow.open (GoogleMap,Marker6); }); google.maps.event.addListener (Marker6, 'click', function() { CallShop('GoodiesNellmersbach', '0'); }); google.maps.event.addListener (Marker6, 'mouseout', function() { InfoWindow.close(); }); var Marker7 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9597300,9.4299490), map: GoogleMap, icon: ShopIconImage,title: 'Va Bene Pizza + Pasta' }); google.maps.event.addListener (Marker7, 'mouseover', function() { InfoWindow.setContent('
Va Bene Pizza + PastaSulzbacher Str. 193
71522 Backnang
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker7); }); google.maps.event.addListener (Marker7, 'click', function() { CallShop('VaBeneBacknang', '0'); }); google.maps.event.addListener (Marker7, 'mouseout', function() { InfoWindow.close(); }); var Marker8 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8209630,9.3478977), map: GoogleMap, icon: ShopIconImage,title: 'Aman' }); google.maps.event.addListener (Marker8, 'mouseover', function() { InfoWindow.setContent('
AmanEndersbacher Str. 28
71334 Waiblingen-Beinstein
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker8); }); google.maps.event.addListener (Marker8, 'click', function() { CallShop('AmanWN', '0'); }); google.maps.event.addListener (Marker8, 'mouseout', function() { InfoWindow.close(); }); var Marker9 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9466163,9.4254256), map: GoogleMap, icon: ShopIconImage,title: 'Welcome Pizza' }); google.maps.event.addListener (Marker9, 'mouseover', function() { InfoWindow.setContent('
Welcome PizzaAspacher Str. 62
71522 Backnang
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker9); }); google.maps.event.addListener (Marker9, 'click', function() { CallShop('WelcomePizza', '0'); }); google.maps.event.addListener (Marker9, 'mouseout', function() { InfoWindow.close(); }); var Marker10 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8725121,9.3877415), map: GoogleMap, icon: ShopIconImage,title: 'Chinese Food' }); google.maps.event.addListener (Marker10, 'mouseover', function() { InfoWindow.setContent('
Chinese FoodWaiblinger Str. 73
71364 Winnenden
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker10); }); google.maps.event.addListener (Marker10, 'click', function() { CallShop('EatnJoy', '0'); }); google.maps.event.addListener (Marker10, 'mouseout', function() { InfoWindow.close(); }); var Marker11 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8481086,9.3218937), map: GoogleMap, icon: ShopIconImage,title: 'Stella Pizza' }); google.maps.event.addListener (Marker11, 'mouseover', function() { InfoWindow.setContent('
Stella PizzaFriedhofstr. 3
71336 Waiblingen / Neustadt
Mindestbestellwert: 19.00 €
'); InfoWindow.open (GoogleMap,Marker11); }); google.maps.event.addListener (Marker11, 'click', function() { CallShop('Stella', '0'); }); google.maps.event.addListener (Marker11, 'mouseout', function() { InfoWindow.close(); }); var Marker12 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8725121,9.3877415), map: GoogleMap, icon: ShopIconImage,title: 'Sizilien' }); google.maps.event.addListener (Marker12, 'mouseover', function() { InfoWindow.setContent('
SizilienWaiblinger Str. 73
71364 Winnenden
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker12); }); google.maps.event.addListener (Marker12, 'click', function() { CallShop('SizilienWN', '0'); }); google.maps.event.addListener (Marker12, 'mouseout', function() { InfoWindow.close(); }); var Marker13 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9415267,9.2603040), map: GoogleMap, icon: ShopIconImage,title: 'Late Night' }); google.maps.event.addListener (Marker13, 'mouseover', function() { InfoWindow.setContent('
Late NightCottaplatz 8
71672 Marbach
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker13); }); google.maps.event.addListener (Marker13, 'click', function() { CallShop('LateNightMarbach', '0'); }); google.maps.event.addListener (Marker13, 'mouseout', function() { InfoWindow.close(); }); var Marker14 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8338895,9.3203089), map: GoogleMap, icon: ShopIconImage,title: 'Bella Italia' }); google.maps.event.addListener (Marker14, 'mouseover', function() { InfoWindow.setContent('
Bella ItaliaNeustädter Str. 4
71334 Waiblingen
Mindestbestellwert: 40.00 €
'); InfoWindow.open (GoogleMap,Marker14); }); google.maps.event.addListener (Marker14, 'click', function() { CallShop('BellaItaliaWN', '0'); }); google.maps.event.addListener (Marker14, 'mouseout', function() { InfoWindow.close(); }); var Marker15 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9429192,9.4370549), map: GoogleMap, icon: ShopIconImage,title: 'La Mela Hot & Spicy' }); google.maps.event.addListener (Marker15, 'mouseover', function() { InfoWindow.setContent('
La Mela Hot & SpicyStuttgarter Str. 74
71522 Backnang
Liefergebühr: 1.00 €
Mindestbestellwert: 12.50 €
'); InfoWindow.open (GoogleMap,Marker15); }); google.maps.event.addListener (Marker15, 'click', function() { CallShop('InterPizzaBacknang', '0'); }); google.maps.event.addListener (Marker15, 'mouseout', function() { InfoWindow.close(); }); var Marker16 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8848922,9.5309347), map: GoogleMap, icon: ShopIconImage,title: 'Orient' }); google.maps.event.addListener (Marker16, 'mouseover', function() { InfoWindow.setContent('
OrientAlter Rathausplatz 3
73635 Rudersberg
Mindestbestellwert: 37.00 €
'); InfoWindow.open (GoogleMap,Marker16); }); google.maps.event.addListener (Marker16, 'click', function() { CallShop('OrientRudersberg', '0'); }); google.maps.event.addListener (Marker16, 'mouseout', function() { InfoWindow.close(); }); var Marker17 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9284860,9.3701950), map: GoogleMap, icon: ShopIconImage,title: 'Milano' }); google.maps.event.addListener (Marker17, 'mouseover', function() { InfoWindow.setContent('
MilanoBahnhofsplatz 4
71576 Burgstetten
Mindestbestellwert: 10.00 €
'); InfoWindow.open (GoogleMap,Marker17); }); google.maps.event.addListener (Marker17, 'click', function() { CallShop('MilanoBurgstetten', '0'); }); google.maps.event.addListener (Marker17, 'mouseout', function() { InfoWindow.close(); }); var Marker18 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9284860,9.3701950), map: GoogleMap, icon: ShopIconImage,title: 'MB Pizza & Burger' }); google.maps.event.addListener (Marker18, 'mouseover', function() { InfoWindow.setContent('
MB Pizza & BurgerBahnhofsplatz 4
71576 Burgstetten
Mindestbestellwert: 10.00 €
'); InfoWindow.open (GoogleMap,Marker18); }); google.maps.event.addListener (Marker18, 'click', function() { CallShop('MBBurgstetten', '0'); }); google.maps.event.addListener (Marker18, 'mouseout', function() { InfoWindow.close(); }); var Marker19 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8768684,9.3962944), map: GoogleMap, icon: ShopIconImage,title: 'Ali`s Grillhaus' }); google.maps.event.addListener (Marker19, 'mouseover', function() { InfoWindow.setContent('
Ali`s GrillhausRingstr. 45
71364 Winnenden
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker19); }); google.maps.event.addListener (Marker19, 'click', function() { CallShop('AlisGrillhaus', '0'); }); google.maps.event.addListener (Marker19, '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); }