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.9202359,9.3238180));bounds.extend(new google.maps.LatLng(48.9029793,9.4085515));bounds.extend(new google.maps.LatLng(48.9475996,9.2426076));bounds.extend(new google.maps.LatLng(48.9687164,9.2693104));bounds.extend(new google.maps.LatLng(48.9429192,9.4370549));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.9474165,9.1464416));bounds.extend(new google.maps.LatLng(48.9631859,9.2610697));bounds.extend(new google.maps.LatLng(48.9470377,9.4347886));bounds.extend(new google.maps.LatLng(48.8934735,9.2217313));bounds.extend(new google.maps.LatLng(48.9466163,9.4254256));bounds.extend(new google.maps.LatLng(48.8892910,9.1775895));bounds.extend(new google.maps.LatLng(48.8892910,9.1775895));bounds.extend(new google.maps.LatLng(48.8725121,9.3877415));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.8892910,9.1775895));bounds.extend(new google.maps.LatLng(48.9631859,9.2610697));bounds.extend(new google.maps.LatLng(49.0003900,9.2930500));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));bounds.extend(new google.maps.LatLng(48.9466062,9.1296030));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.9202359,9.3238180),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('
Affalterbach
'); 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.9029793,9.4085515), map: GoogleMap, icon: ShopIconImage,title: 'Goodies' }); google.maps.event.addListener (Marker1, 'mouseover', function() { InfoWindow.setContent('
GoodiesBruckwiesenweg 4
71397 Nellmersbach
Mindestbestellwert: 18.00 €
'); InfoWindow.open (GoogleMap,Marker1); }); google.maps.event.addListener (Marker1, 'click', function() { CallShop('GoodiesNellmersbach', '0'); }); google.maps.event.addListener (Marker1, 'mouseout', function() { InfoWindow.close(); }); var Marker2 = 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 (Marker2, 'mouseover', function() { InfoWindow.setContent('
Lindi`s La LunaMarbacher Str. 2
71726 Benningen
Mindestbestellwert: 18.00 €
'); InfoWindow.open (GoogleMap,Marker2); }); google.maps.event.addListener (Marker2, 'click', function() { CallShop('LindisBenningen', '0'); }); google.maps.event.addListener (Marker2, 'mouseout', function() { InfoWindow.close(); }); var Marker3 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9687164,9.2693104), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Car' }); google.maps.event.addListener (Marker3, 'mouseover', function() { InfoWindow.setContent('
Pizza CarSteinbeisstr. 1
71711 Steinheim
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker3); }); google.maps.event.addListener (Marker3, 'click', function() { CallShop('Car', '0'); }); google.maps.event.addListener (Marker3, 'mouseout', function() { InfoWindow.close(); }); var Marker4 = 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 (Marker4, 'mouseover', function() { InfoWindow.setContent('
La Mela Hot & SpicyStuttgarter Str. 74
71522 Backnang
Liefergebühr: 3.50 €
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker4); }); google.maps.event.addListener (Marker4, 'click', function() { CallShop('InterPizzaBacknang', '0'); }); google.maps.event.addListener (Marker4, 'mouseout', function() { InfoWindow.close(); }); var Marker5 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8747451,9.3897750), map: GoogleMap, icon: ShopIconImage,title: 'Domino Pizza' }); google.maps.event.addListener (Marker5, 'mouseover', function() { InfoWindow.setContent('
Domino PizzaMax-Eyth-Str. 7
71364 Winnenden
Mindestbestellwert: 12.00 €
'); InfoWindow.open (GoogleMap,Marker5); }); google.maps.event.addListener (Marker5, 'click', function() { CallShop('Domino', '0'); }); google.maps.event.addListener (Marker5, 'mouseout', function() { InfoWindow.close(); }); var Marker6 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8766159,9.3950180), map: GoogleMap, icon: ShopIconImage,title: 'Pavone' }); google.maps.event.addListener (Marker6, 'mouseover', function() { InfoWindow.setContent('
PavoneRingstr. 29
71364 Winnenden
Mindestbestellwert: 11.00 €
'); InfoWindow.open (GoogleMap,Marker6); }); google.maps.event.addListener (Marker6, 'click', function() { CallShop('PavoneWi', '0'); }); google.maps.event.addListener (Marker6, 'mouseout', function() { InfoWindow.close(); }); var Marker7 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8776575,9.3490535), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Perfekt' }); google.maps.event.addListener (Marker7, 'mouseover', function() { InfoWindow.setContent('
Pizza PerfektWinnender Str. 7
71409 Schwaikheim
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker7); }); google.maps.event.addListener (Marker7, 'click', function() { CallShop('PerfektSchwaikheim', '0'); }); google.maps.event.addListener (Marker7, 'mouseout', function() { InfoWindow.close(); }); var Marker8 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9474165,9.1464416), map: GoogleMap, icon: ShopIconImage,title: 'Amore Pizza & China' }); google.maps.event.addListener (Marker8, 'mouseover', function() { InfoWindow.setContent('
Amore Pizza & ChinaBuchstr. 4
74321 Bietigheim-Bissingen
Mindestbestellwert: 30.00 €
'); InfoWindow.open (GoogleMap,Marker8); }); google.maps.event.addListener (Marker8, 'click', function() { CallShop('PizzeriaAmore', '0'); }); google.maps.event.addListener (Marker8, 'mouseout', function() { InfoWindow.close(); }); var Marker9 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9631859,9.2610697), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Hot + Döner Kebab' }); google.maps.event.addListener (Marker9, 'mouseover', function() { InfoWindow.setContent('
Pizza Hot + Döner KebabHindenburgstr. 37
71711 Murr
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker9); }); google.maps.event.addListener (Marker9, 'click', function() { CallShop('PizzaHotMurr', '0'); }); google.maps.event.addListener (Marker9, 'mouseout', function() { InfoWindow.close(); }); var Marker10 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9470377,9.4347886), map: GoogleMap, icon: ShopIconImage,title: 'Pizza-Kurier' }); google.maps.event.addListener (Marker10, 'mouseover', function() { InfoWindow.setContent('
Pizza-KurierGartenstr. 37
71522 Backnang
Mindestbestellwert: 16.00 €
'); InfoWindow.open (GoogleMap,Marker10); }); google.maps.event.addListener (Marker10, 'click', function() { CallShop('KurierBK', '0'); }); google.maps.event.addListener (Marker10, 'mouseout', function() { InfoWindow.close(); }); var Marker11 = 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 (Marker11, 'mouseover', function() { InfoWindow.setContent('
Bal Fastfood & MoreHolsteiner Str. 2
71640 Ludwigsburg-Ossweil
Liefergebühr: 1.00 €
Mindestbestellwert: 18.00 €
'); InfoWindow.open (GoogleMap,Marker11); }); google.maps.event.addListener (Marker11, 'click', function() { CallShop('BalFastfood', '0'); }); google.maps.event.addListener (Marker11, 'mouseout', function() { InfoWindow.close(); }); var Marker12 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9466163,9.4254256), map: GoogleMap, icon: ShopIconImage,title: 'Welcome Pizza' }); google.maps.event.addListener (Marker12, 'mouseover', function() { InfoWindow.setContent('
Welcome PizzaAspacher Str. 62
71522 Backnang
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker12); }); google.maps.event.addListener (Marker12, 'click', function() { CallShop('WelcomePizza', '0'); }); google.maps.event.addListener (Marker12, 'mouseout', function() { InfoWindow.close(); }); var Marker13 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8892910,9.1775895), map: GoogleMap, icon: ShopIconImage,title: 'Mama Leone`s Pizzaservice' }); google.maps.event.addListener (Marker13, 'mouseover', function() { InfoWindow.setContent('
Mama Leone`s PizzaserviceFriedenstr. 17
71636 Ludwigsburg
Mindestbestellwert: 30.00 €
'); InfoWindow.open (GoogleMap,Marker13); }); google.maps.event.addListener (Marker13, 'click', function() { CallShop('MamaLeoneSt', '0'); }); google.maps.event.addListener (Marker13, 'mouseout', function() { InfoWindow.close(); }); var Marker14 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8892910,9.1775895), map: GoogleMap, icon: ShopIconImage,title: 'China Wok' }); google.maps.event.addListener (Marker14, 'mouseover', function() { InfoWindow.setContent('
China WokFriedenstr. 17
71636 Ludwigsburg
Mindestbestellwert: 30.00 €
'); InfoWindow.open (GoogleMap,Marker14); }); google.maps.event.addListener (Marker14, 'click', function() { CallShop('ChinaWok', '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: 'Chinese Food' }); google.maps.event.addListener (Marker15, 'mouseover', function() { InfoWindow.setContent('
Chinese FoodWaiblinger Str. 73
71364 Winnenden
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker15); }); google.maps.event.addListener (Marker15, 'click', function() { CallShop('EatnJoy', '0'); }); google.maps.event.addListener (Marker15, 'mouseout', function() { InfoWindow.close(); }); var Marker16 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8725121,9.3877415), map: GoogleMap, icon: ShopIconImage,title: 'Sizilien' }); google.maps.event.addListener (Marker16, 'mouseover', function() { InfoWindow.setContent('
SizilienWaiblinger Str. 73
71364 Winnenden
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker16); }); google.maps.event.addListener (Marker16, 'click', function() { CallShop('SizilienWN', '0'); }); google.maps.event.addListener (Marker16, 'mouseout', function() { InfoWindow.close(); }); var Marker17 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9415267,9.2603040), map: GoogleMap, icon: ShopIconImage,title: 'Late Night' }); google.maps.event.addListener (Marker17, 'mouseover', function() { InfoWindow.setContent('
Late NightCottaplatz 8
71672 Marbach
Mindestbestellwert: 8.50 €
'); InfoWindow.open (GoogleMap,Marker17); }); google.maps.event.addListener (Marker17, 'click', function() { CallShop('LateNightMarbach', '0'); }); google.maps.event.addListener (Marker17, 'mouseout', function() { InfoWindow.close(); }); var Marker18 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8892910,9.1775895), map: GoogleMap, icon: ShopIconImage,title: 'Sunny Pizza- und China-Service' }); google.maps.event.addListener (Marker18, 'mouseover', function() { InfoWindow.setContent('
Sunny Pizza- und China-ServiceFriedenstr. 17
71636 Ludwigsburg
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker18); }); google.maps.event.addListener (Marker18, 'click', function() { CallShop('SunnyPizza', '0'); }); google.maps.event.addListener (Marker18, 'mouseout', function() { InfoWindow.close(); }); var Marker19 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9631859,9.2610697), map: GoogleMap, icon: ShopIconImage,title: 'Hot Döner Kebab und Pizza' }); google.maps.event.addListener (Marker19, 'mouseover', function() { InfoWindow.setContent('
Hot Döner Kebab und PizzaHindenburgstr. 37
71711 Murr
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker19); }); google.maps.event.addListener (Marker19, 'click', function() { CallShop('MurrDoener', '0'); }); google.maps.event.addListener (Marker19, 'mouseout', function() { InfoWindow.close(); }); var Marker20 = new google.maps.Marker ({ position: new google.maps.LatLng(49.0003900,9.2930500), map: GoogleMap, icon: ShopIconImage,title: 'Super Amigo Pizza ' }); google.maps.event.addListener (Marker20, 'mouseover', function() { InfoWindow.setContent('
Super Amigo Pizza Hauptstr. 14
71723 Grossbottwar
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker20); }); google.maps.event.addListener (Marker20, 'click', function() { CallShop('FachePizza', '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: 'Milano' }); google.maps.event.addListener (Marker21, 'mouseover', function() { InfoWindow.setContent('
MilanoBahnhofsplatz 4
71576 Burgstetten
Mindestbestellwert: 8.00 €
'); InfoWindow.open (GoogleMap,Marker21); }); google.maps.event.addListener (Marker21, 'click', function() { CallShop('MilanoBurgstetten', '0'); }); google.maps.event.addListener (Marker21, 'mouseout', function() { InfoWindow.close(); }); var Marker22 = 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 (Marker22, 'mouseover', function() { InfoWindow.setContent('
MB Pizza & BurgerBahnhofsplatz 4
71576 Burgstetten
Mindestbestellwert: 8.00 €
'); InfoWindow.open (GoogleMap,Marker22); }); google.maps.event.addListener (Marker22, 'click', function() { CallShop('MBBurgstetten', '0'); }); google.maps.event.addListener (Marker22, 'mouseout', function() { InfoWindow.close(); }); var Marker23 = 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 (Marker23, 'mouseover', function() { InfoWindow.setContent('
Ali`s GrillhausRingstr. 45
71364 Winnenden
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker23); }); google.maps.event.addListener (Marker23, 'click', function() { CallShop('AlisGrillhaus', '0'); }); google.maps.event.addListener (Marker23, 'mouseout', function() { InfoWindow.close(); }); var Marker24 = new google.maps.Marker ({ position: new google.maps.LatLng(48.9466062,9.1296030), map: GoogleMap, icon: ShopIconImage,title: 'Pronta Pizza' }); google.maps.event.addListener (Marker24, 'mouseover', function() { InfoWindow.setContent('
Pronta PizzaBahnhofstr. 141
74321 Bietigheim-Bissingen
Mindestbestellwert: 35.00 €
'); InfoWindow.open (GoogleMap,Marker24); }); google.maps.event.addListener (Marker24, 'click', function() { CallShop('ProntaBietigheim', '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); }