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.8646111,9.3162797));bounds.extend(new google.maps.LatLng(48.8481095,9.3218721));bounds.extend(new google.maps.LatLng(48.8137779,9.2704581));bounds.extend(new google.maps.LatLng(48.8143960,9.3720259));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.8776575,9.3490535));bounds.extend(new google.maps.LatLng(48.8036922,9.2338028));bounds.extend(new google.maps.LatLng(48.8295306,9.3012835));bounds.extend(new google.maps.LatLng(48.8209630,9.3478977));bounds.extend(new google.maps.LatLng(48.8934735,9.2217313));bounds.extend(new google.maps.LatLng(48.8065972,9.2789886));bounds.extend(new google.maps.LatLng(48.8065972,9.2789886));bounds.extend(new google.maps.LatLng(48.8725121,9.3877415));bounds.extend(new google.maps.LatLng(48.8036922,9.2338028));bounds.extend(new google.maps.LatLng(48.8725121,9.3877415));bounds.extend(new google.maps.LatLng(48.8338895,9.3203089));bounds.extend(new google.maps.LatLng(48.9029793,9.4085515));bounds.extend(new google.maps.LatLng(48.9415267,9.2603040));bounds.extend(new google.maps.LatLng(48.8036883,9.2338518));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.8768481,9.3963047));bounds.extend(new google.maps.LatLng(48.7911900,9.3606500));bounds.extend(new google.maps.LatLng(48.9429192,9.4370549));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.8646111,9.3162797),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('
Waiblingen Hohenacker
'); 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.8481095,9.3218721), map: GoogleMap, icon: ShopIconImage,title: 'Stella Pizza' }); google.maps.event.addListener (Marker1, 'mouseover', function() { InfoWindow.setContent('
Stella PizzaFriedhofstr. 3
71336 Waiblingen / Neustadt
Mindestbestellwert: 8.50 €
'); InfoWindow.open (GoogleMap,Marker1); }); google.maps.event.addListener (Marker1, 'click', function() { CallShop('Stella', '0'); }); google.maps.event.addListener (Marker1, 'mouseout', function() { InfoWindow.close(); }); var Marker2 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8137779,9.2704581), map: GoogleMap, icon: ShopIconImage,title: 'Amore-Pizza Heimservice' }); google.maps.event.addListener (Marker2, 'mouseover', function() { InfoWindow.setContent('
Amore-Pizza HeimserviceStuttgarter Str. 30
70736 Fellbach
Mindestbestellwert: 16.00 €
'); InfoWindow.open (GoogleMap,Marker2); }); google.maps.event.addListener (Marker2, 'click', function() { CallShop('PizzaAmore', '0'); }); google.maps.event.addListener (Marker2, 'mouseout', function() { InfoWindow.close(); }); var Marker3 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8143960,9.3720259), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Pavone' }); google.maps.event.addListener (Marker3, 'mouseover', function() { InfoWindow.setContent('
Pizza PavoneSchorndorfer Str. 23
71384 Weinstadt-Endersbach
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker3); }); google.maps.event.addListener (Marker3, 'click', function() { CallShop('PizzaPavoneWeinstadt', '0'); }); google.maps.event.addListener (Marker3, 'mouseout', function() { InfoWindow.close(); }); var Marker4 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8747451,9.3897750), map: GoogleMap, icon: ShopIconImage,title: 'Domino Pizza' }); google.maps.event.addListener (Marker4, 'mouseover', function() { InfoWindow.setContent('
Domino PizzaMax-Eyth-Str. 7
71364 Winnenden
Mindestbestellwert: 12.00 €
'); InfoWindow.open (GoogleMap,Marker4); }); google.maps.event.addListener (Marker4, 'click', function() { CallShop('Domino', '0'); }); google.maps.event.addListener (Marker4, 'mouseout', function() { InfoWindow.close(); }); var Marker5 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8766159,9.3950180), map: GoogleMap, icon: ShopIconImage,title: 'Pavone' }); google.maps.event.addListener (Marker5, 'mouseover', function() { InfoWindow.setContent('
PavoneRingstr. 29
71364 Winnenden
Liefergebühr: 1.00 € (frei ab 20.00 €)
Mindestbestellwert: 13.00 €
'); InfoWindow.open (GoogleMap,Marker5); }); google.maps.event.addListener (Marker5, 'click', function() { CallShop('PavoneWi', '0'); }); google.maps.event.addListener (Marker5, 'mouseout', function() { InfoWindow.close(); }); var Marker6 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8776575,9.3490535), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Perfekt' }); google.maps.event.addListener (Marker6, 'mouseover', function() { InfoWindow.setContent('
Pizza PerfektWinnender Str. 7
71409 Schwaikheim
Mindestbestellwert: 12.00 €
'); InfoWindow.open (GoogleMap,Marker6); }); google.maps.event.addListener (Marker6, 'click', function() { CallShop('PerfektSchwaikheim', '0'); }); google.maps.event.addListener (Marker6, 'mouseout', function() { InfoWindow.close(); }); var Marker7 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8036922,9.2338028), map: GoogleMap, icon: ShopIconImage,title: 'Taj Pizza' }); google.maps.event.addListener (Marker7, 'mouseover', function() { InfoWindow.setContent('
Taj PizzaEbitzweg 14
70374 Stuttgart
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker7); }); google.maps.event.addListener (Marker7, 'click', function() { CallShop('TajPizza', '0'); }); google.maps.event.addListener (Marker7, 'mouseout', function() { InfoWindow.close(); }); var Marker8 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8295306,9.3012835), map: GoogleMap, icon: ShopIconImage,title: 'Food Palast' }); google.maps.event.addListener (Marker8, 'mouseover', function() { InfoWindow.setContent('
Food PalastMax-Eyth-Str. 9
71332 Waiblingen
Mindestbestellwert: 10.00 €
'); InfoWindow.open (GoogleMap,Marker8); }); google.maps.event.addListener (Marker8, 'click', function() { CallShop('FoodPalastWN', '0'); }); google.maps.event.addListener (Marker8, 'mouseout', function() { InfoWindow.close(); }); var Marker9 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8209630,9.3478977), map: GoogleMap, icon: ShopIconImage,title: 'Aman' }); google.maps.event.addListener (Marker9, 'mouseover', function() { InfoWindow.setContent('
AmanEndersbacher Str. 28
71334 Waiblingen-Beinstein
Mindestbestellwert: 10.00 €
'); InfoWindow.open (GoogleMap,Marker9); }); google.maps.event.addListener (Marker9, 'click', function() { CallShop('AmanWN', '0'); }); google.maps.event.addListener (Marker9, 'mouseout', function() { InfoWindow.close(); }); var Marker10 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8934735,9.2217313), map: GoogleMap, icon: ShopIconImage,title: 'Bal Fastfood & More' }); google.maps.event.addListener (Marker10, 'mouseover', function() { InfoWindow.setContent('
Bal Fastfood & MoreHolsteiner Str. 2
71640 Ludwigsburg-Ossweil
Liefergebühr: 1.00 €
Mindestbestellwert: 14.00 €
'); InfoWindow.open (GoogleMap,Marker10); }); google.maps.event.addListener (Marker10, 'click', function() { CallShop('BalFastfood', '0'); }); google.maps.event.addListener (Marker10, 'mouseout', function() { InfoWindow.close(); }); var Marker11 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8065972,9.2789886), map: GoogleMap, icon: ShopIconImage,title: 'Aroma-Pizza-Service' }); google.maps.event.addListener (Marker11, 'mouseover', function() { InfoWindow.setContent('
Aroma-Pizza-ServiceVordere Str. 11
70734 Fellbach
Mindestbestellwert: 13.00 €
'); InfoWindow.open (GoogleMap,Marker11); }); google.maps.event.addListener (Marker11, 'click', function() { CallShop('AromaFellbach', '0'); }); google.maps.event.addListener (Marker11, 'mouseout', function() { InfoWindow.close(); }); var Marker12 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8065972,9.2789886), map: GoogleMap, icon: ShopIconImage,title: 'Aroma Day and Night' }); google.maps.event.addListener (Marker12, 'mouseover', function() { InfoWindow.setContent('
Aroma Day and NightVordere Str. 11
70734 Fellbach
Mindestbestellwert: 13.00 €
'); InfoWindow.open (GoogleMap,Marker12); }); google.maps.event.addListener (Marker12, 'click', function() { CallShop('AromaDayAndNight', '0'); }); google.maps.event.addListener (Marker12, 'mouseout', function() { InfoWindow.close(); }); var Marker13 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8725121,9.3877415), map: GoogleMap, icon: ShopIconImage,title: 'Chinese Food' }); google.maps.event.addListener (Marker13, 'mouseover', function() { InfoWindow.setContent('
Chinese FoodWaiblinger Str. 73
71364 Winnenden
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker13); }); google.maps.event.addListener (Marker13, 'click', function() { CallShop('EatnJoy', '0'); }); google.maps.event.addListener (Marker13, 'mouseout', function() { InfoWindow.close(); }); var Marker14 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8036922,9.2338028), map: GoogleMap, icon: ShopIconImage,title: 'Pronto Pizza' }); google.maps.event.addListener (Marker14, 'mouseover', function() { InfoWindow.setContent('
Pronto PizzaEbitzweg 14
70374 Stuttgart
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker14); }); google.maps.event.addListener (Marker14, 'click', function() { CallShop('ProntoFellbach', '0'); }); google.maps.event.addListener (Marker14, 'mouseout', function() { InfoWindow.close(); }); var Marker15 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8725121,9.3877415), map: GoogleMap, icon: ShopIconImage,title: 'Sizilien' }); google.maps.event.addListener (Marker15, 'mouseover', function() { InfoWindow.setContent('
SizilienWaiblinger Str. 73
71364 Winnenden
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker15); }); google.maps.event.addListener (Marker15, 'click', function() { CallShop('SizilienWN', '0'); }); google.maps.event.addListener (Marker15, 'mouseout', function() { InfoWindow.close(); }); var Marker16 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8338895,9.3203089), map: GoogleMap, icon: ShopIconImage,title: 'Bella Italia' }); google.maps.event.addListener (Marker16, 'mouseover', function() { InfoWindow.setContent('
Bella ItaliaNeustädter Str. 4
71334 Waiblingen
Mindestbestellwert: 12.50 €
'); InfoWindow.open (GoogleMap,Marker16); }); google.maps.event.addListener (Marker16, 'click', function() { CallShop('BellaItaliaWN', '0'); }); google.maps.event.addListener (Marker16, 'mouseout', function() { InfoWindow.close(); }); var Marker17 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9029793,9.4085515), map: GoogleMap, icon: ShopIconImage,title: 'Goodies' }); google.maps.event.addListener (Marker17, 'mouseover', function() { InfoWindow.setContent('
GoodiesBruckwiesenweg 4
71397 Nellmersbach
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker17); }); google.maps.event.addListener (Marker17, 'click', function() { CallShop('GoodiesNellmersbach', '0'); }); google.maps.event.addListener (Marker17, 'mouseout', function() { InfoWindow.close(); }); var Marker18 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9415267,9.2603040), map: GoogleMap, icon: ShopIconImage,title: 'Late Night' }); google.maps.event.addListener (Marker18, 'mouseover', function() { InfoWindow.setContent('
Late NightCottaplatz 8
71672 Marbach
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker18); }); google.maps.event.addListener (Marker18, 'click', function() { CallShop('LateNightMarbach', '0'); }); google.maps.event.addListener (Marker18, 'mouseout', function() { InfoWindow.close(); }); var Marker19 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8036883,9.2338518), map: GoogleMap, icon: ShopIconImage,title: 'Dam Dam Hot' }); google.maps.event.addListener (Marker19, 'mouseover', function() { InfoWindow.setContent('
Dam Dam HotEbitzweg 14
70374 Stuttgart-Bad Canstatt
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker19); }); google.maps.event.addListener (Marker19, 'click', function() { CallShop('DamDamHotSt', '0'); }); google.maps.event.addListener (Marker19, 'mouseout', function() { InfoWindow.close(); }); var Marker20 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9284860,9.3701950), map: GoogleMap, icon: ShopIconImage,title: 'Milano' }); google.maps.event.addListener (Marker20, 'mouseover', function() { InfoWindow.setContent('
MilanoBahnhofsplatz 4
71576 Burgstetten
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker20); }); google.maps.event.addListener (Marker20, 'click', function() { CallShop('MilanoBurgstetten', '0'); }); google.maps.event.addListener (Marker20, 'mouseout', function() { InfoWindow.close(); }); var Marker21 = 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 (Marker21, 'mouseover', function() { InfoWindow.setContent('
MB Pizza & BurgerBahnhofsplatz 4
71576 Burgstetten
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker21); }); google.maps.event.addListener (Marker21, 'click', function() { CallShop('MBBurgstetten', '0'); }); google.maps.event.addListener (Marker21, 'mouseout', function() { InfoWindow.close(); }); var Marker22 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8768481,9.3963047), map: GoogleMap, icon: ShopIconImage,title: 'Ali`s Grillhaus' }); google.maps.event.addListener (Marker22, 'mouseover', function() { InfoWindow.setContent('
Ali`s GrillhausRingstr. 45
71364 Winnenden
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker22); }); google.maps.event.addListener (Marker22, 'click', function() { CallShop('AlisGrillhaus', '0'); }); google.maps.event.addListener (Marker22, 'mouseout', function() { InfoWindow.close(); }); var Marker23 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7911900,9.3606500), map: GoogleMap, icon: ShopIconImage,title: 'Pizzeria La Squadra' }); google.maps.event.addListener (Marker23, 'mouseover', function() { InfoWindow.setContent('
Pizzeria La SquadraHauptstr. 151
71384 Weinstadt
Mindestbestellwert: 50.00 €
'); InfoWindow.open (GoogleMap,Marker23); }); google.maps.event.addListener (Marker23, 'click', function() { CallShop('LaSquadraWeinstadt', '0'); }); google.maps.event.addListener (Marker23, 'mouseout', function() { InfoWindow.close(); }); var Marker24 = 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 (Marker24, 'mouseover', function() { InfoWindow.setContent('
La Mela Hot & SpicyStuttgarter Str. 74
71522 Backnang
Liefergebühr: 4.00 €
Mindestbestellwert: 40.00 €
'); InfoWindow.open (GoogleMap,Marker24); }); google.maps.event.addListener (Marker24, 'click', function() { CallShop('InterPizzaBacknang', '0'); }); google.maps.event.addListener (Marker24, '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); }