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.8433013,9.2206735));bounds.extend(new google.maps.LatLng(48.8304524,9.1864378));bounds.extend(new google.maps.LatLng(48.8558340,9.1760391));bounds.extend(new google.maps.LatLng(48.8132064,9.2310291));bounds.extend(new google.maps.LatLng(48.8137779,9.2704581));bounds.extend(new google.maps.LatLng(48.7881069,9.1939684));bounds.extend(new google.maps.LatLng(48.8342938,9.1703765));bounds.extend(new google.maps.LatLng(48.8618231,9.1829217));bounds.extend(new google.maps.LatLng(48.8132064,9.2310291));bounds.extend(new google.maps.LatLng(48.8420511,9.2297366));bounds.extend(new google.maps.LatLng(48.7893105,9.2068345));bounds.extend(new google.maps.LatLng(48.8458554,9.1566011));bounds.extend(new google.maps.LatLng(48.7919442,9.2434678));bounds.extend(new google.maps.LatLng(48.7881069,9.1939684));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.7635438,9.1653586));bounds.extend(new google.maps.LatLng(48.8069900,9.2382300));bounds.extend(new google.maps.LatLng(48.8069800,9.2384800));bounds.extend(new google.maps.LatLng(48.8065972,9.2789886));bounds.extend(new google.maps.LatLng(48.8036883,9.2338518));bounds.extend(new google.maps.LatLng(48.8336190,9.1900239));bounds.extend(new google.maps.LatLng(48.8036883,9.2338518));bounds.extend(new google.maps.LatLng(48.8036883,9.2338518));bounds.extend(new google.maps.LatLng(48.8932500,9.1888600));bounds.extend(new google.maps.LatLng(48.8618231,9.1829217));bounds.extend(new google.maps.LatLng(48.7403271,9.2995513));bounds.extend(new google.maps.LatLng(48.7496281,9.1711555));bounds.extend(new google.maps.LatLng(48.8594640,9.1980410));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.8433013,9.2206735),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('
Stuttgart Mönchfeld
'); 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.8304524,9.1864378), map: GoogleMap, icon: ShopIconImage,title: 'Amigo Pizza und China-Service' }); google.maps.event.addListener (Marker1, 'mouseover', function() { InfoWindow.setContent('
Amigo Pizza und China-ServiceHaldenrainstr. 66
70437 Stuttgart - Rot
Liefergebühr: 1.00 €
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker1); }); google.maps.event.addListener (Marker1, 'click', function() { CallShop('AmigoSt', '0'); }); google.maps.event.addListener (Marker1, 'mouseout', function() { InfoWindow.close(); }); var Marker2 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8558340,9.1760391), map: GoogleMap, icon: ShopIconImage,title: 'Bombay Pizza Heimservice' }); google.maps.event.addListener (Marker2, 'mouseover', function() { InfoWindow.setContent('
Bombay Pizza HeimserviceStammheimer Str. 69
70806 Kornwestheim
Mindestbestellwert: 14.00 €
'); InfoWindow.open (GoogleMap,Marker2); }); google.maps.event.addListener (Marker2, 'click', function() { CallShop('Bombay', '0'); }); google.maps.event.addListener (Marker2, 'mouseout', function() { InfoWindow.close(); }); var Marker3 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8132064,9.2310291), map: GoogleMap, icon: ShopIconImage,title: 'Daras Pizza Service' }); google.maps.event.addListener (Marker3, 'mouseover', function() { InfoWindow.setContent('
Daras Pizza ServiceSchmidener Str. 137
70374 Stuttgart-Bad Cannstatt
Mindestbestellwert: 10.00 €
'); InfoWindow.open (GoogleMap,Marker3); }); google.maps.event.addListener (Marker3, 'click', function() { CallShop('Daras', '0'); }); google.maps.event.addListener (Marker3, 'mouseout', function() { InfoWindow.close(); }); var Marker4 = 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 (Marker4, 'mouseover', function() { InfoWindow.setContent('
Amore-Pizza HeimserviceStuttgarter Str. 30
70736 Fellbach
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker4); }); google.maps.event.addListener (Marker4, 'click', function() { CallShop('PizzaAmore', '0'); }); google.maps.event.addListener (Marker4, 'mouseout', function() { InfoWindow.close(); }); var Marker5 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7881069,9.1939684), map: GoogleMap, icon: ShopIconImage,title: 'Super Pizza- und China-Service' }); google.maps.event.addListener (Marker5, 'mouseover', function() { InfoWindow.setContent('
Super Pizza- und China-ServiceNeckarstr. 140a
70190 Stuttgart
Mindestbestellwert: 18.00 €
'); InfoWindow.open (GoogleMap,Marker5); }); google.maps.event.addListener (Marker5, 'click', function() { CallShop('SuperPizza', '0'); }); google.maps.event.addListener (Marker5, 'mouseout', function() { InfoWindow.close(); }); var Marker6 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8342938,9.1703765), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Express' }); google.maps.event.addListener (Marker6, 'mouseover', function() { InfoWindow.setContent('
Pizza ExpressKirchtalstr. 29
70435 Stuttgart-Zuffenhausen
Mindestbestellwert: 30.00 €
'); InfoWindow.open (GoogleMap,Marker6); }); google.maps.event.addListener (Marker6, 'click', function() { CallShop('PizzaExpressSt', '0'); }); google.maps.event.addListener (Marker6, 'mouseout', function() { InfoWindow.close(); }); var Marker7 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8618231,9.1829217), map: GoogleMap, icon: ShopIconImage,title: 'Royal Pizza- und China-Heimservice' }); google.maps.event.addListener (Marker7, 'mouseover', function() { InfoWindow.setContent('
Royal Pizza- und China-HeimserviceJohannesstr. 30
70806 Kornwestheim
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker7); }); google.maps.event.addListener (Marker7, 'click', function() { CallShop('Royal', '0'); }); google.maps.event.addListener (Marker7, 'mouseout', function() { InfoWindow.close(); }); var Marker8 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8132064,9.2310291), map: GoogleMap, icon: ShopIconImage,title: 'Classic Pizza Service' }); google.maps.event.addListener (Marker8, 'mouseover', function() { InfoWindow.setContent('
Classic Pizza ServiceSchmidener Str. 137
70374 Stuttgart-Bad Cannstatt
Mindestbestellwert: 12.00 €
'); InfoWindow.open (GoogleMap,Marker8); }); google.maps.event.addListener (Marker8, 'click', function() { CallShop('Classic', '0'); }); google.maps.event.addListener (Marker8, 'mouseout', function() { InfoWindow.close(); }); var Marker9 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8420511,9.2297366), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Car' }); google.maps.event.addListener (Marker9, 'mouseover', function() { InfoWindow.setContent('
Pizza CarArnoldstr. 1
70378 Stuttgart-Mühlhausen
Mindestbestellwert: 6.50 €
'); InfoWindow.open (GoogleMap,Marker9); }); google.maps.event.addListener (Marker9, 'click', function() { CallShop('CarSt', '0'); }); google.maps.event.addListener (Marker9, 'mouseout', function() { InfoWindow.close(); }); var Marker10 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7893105,9.2068345), map: GoogleMap, icon: ShopIconImage,title: 'Avanti Avanti' }); google.maps.event.addListener (Marker10, 'mouseover', function() { InfoWindow.setContent('
Avanti AvantiOstendstr. 18
70190 Stuttgart
Mindestbestellwert: 40.00 €
'); InfoWindow.open (GoogleMap,Marker10); }); google.maps.event.addListener (Marker10, 'click', function() { CallShop('AvantiAvanti', '0'); }); google.maps.event.addListener (Marker10, 'mouseout', function() { InfoWindow.close(); }); var Marker11 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8458554,9.1566011), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Hot Million' }); google.maps.event.addListener (Marker11, 'mouseover', function() { InfoWindow.setContent('
Pizza Hot MillionKorntaler Str. 37
70439 Stuttgart-Stammheim
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker11); }); google.maps.event.addListener (Marker11, 'click', function() { CallShop('HotMillion', '0'); }); google.maps.event.addListener (Marker11, 'mouseout', function() { InfoWindow.close(); }); var Marker12 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7919442,9.2434678), map: GoogleMap, icon: ShopIconImage,title: 'Hot Pizza Corner' }); google.maps.event.addListener (Marker12, 'mouseover', function() { InfoWindow.setContent('
Hot Pizza CornerAugsburger Str. 215
70327 Stuttgart
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker12); }); google.maps.event.addListener (Marker12, 'click', function() { CallShop('HotPizzaCorner', '0'); }); google.maps.event.addListener (Marker12, 'mouseout', function() { InfoWindow.close(); }); var Marker13 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7881069,9.1939684), map: GoogleMap, icon: ShopIconImage,title: 'Super China-Service' }); google.maps.event.addListener (Marker13, 'mouseover', function() { InfoWindow.setContent('
Super China-ServiceNeckarstr. 140a
70190 Stuttgart
Mindestbestellwert: 28.00 €
'); InfoWindow.open (GoogleMap,Marker13); }); google.maps.event.addListener (Marker13, 'click', function() { CallShop('SuperChina', '0'); }); google.maps.event.addListener (Marker13, 'mouseout', function() { InfoWindow.close(); }); var Marker14 = 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 (Marker14, 'mouseover', function() { InfoWindow.setContent('
Bal Fastfood & MoreHolsteiner Str. 2
71640 Ludwigsburg-Ossweil
Liefergebühr: 1.00 €
Mindestbestellwert: 18.00 €
'); InfoWindow.open (GoogleMap,Marker14); }); google.maps.event.addListener (Marker14, 'click', function() { CallShop('BalFastfood', '0'); }); google.maps.event.addListener (Marker14, 'mouseout', function() { InfoWindow.close(); }); var Marker15 = 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 (Marker15, 'mouseover', function() { InfoWindow.setContent('
Aroma-Pizza-ServiceVordere Str. 11
70734 Fellbach
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker15); }); google.maps.event.addListener (Marker15, 'click', function() { CallShop('AromaFellbach', '0'); }); google.maps.event.addListener (Marker15, 'mouseout', function() { InfoWindow.close(); }); var Marker16 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7635438,9.1653586), map: GoogleMap, icon: ShopIconImage,title: 'Bella Pizzaservice' }); google.maps.event.addListener (Marker16, 'mouseover', function() { InfoWindow.setContent('
Bella PizzaserviceMöhringer Str. 4
70178 Stuttgart
Mindestbestellwert: 40.00 €
'); InfoWindow.open (GoogleMap,Marker16); }); google.maps.event.addListener (Marker16, 'click', function() { CallShop('Bella', '0'); }); google.maps.event.addListener (Marker16, 'mouseout', function() { InfoWindow.close(); }); var Marker17 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8069900,9.2382300), map: GoogleMap, icon: ShopIconImage,title: 'Domingo' }); google.maps.event.addListener (Marker17, 'mouseover', function() { InfoWindow.setContent('
DomingoNürnbergerstr. 52
70734 Stuttgart
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker17); }); google.maps.event.addListener (Marker17, 'click', function() { CallShop('DominoSt', '0'); }); google.maps.event.addListener (Marker17, 'mouseout', function() { InfoWindow.close(); }); var Marker18 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8069800,9.2384800), map: GoogleMap, icon: ShopIconImage,title: 'Da Giorgio' }); google.maps.event.addListener (Marker18, 'mouseover', function() { InfoWindow.setContent('
Da GiorgioBacknangerstr. 2
70374 Stuttgart
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker18); }); google.maps.event.addListener (Marker18, 'click', function() { CallShop('DaGiorgioSt', '0'); }); google.maps.event.addListener (Marker18, 'mouseout', function() { InfoWindow.close(); }); var Marker19 = 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 (Marker19, 'mouseover', function() { InfoWindow.setContent('
Aroma Day and NightVordere Str. 11
70734 Fellbach
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker19); }); google.maps.event.addListener (Marker19, 'click', function() { CallShop('AromaDayAndNight', '0'); }); google.maps.event.addListener (Marker19, 'mouseout', function() { InfoWindow.close(); }); var Marker20 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8036883,9.2338518), map: GoogleMap, icon: ShopIconImage,title: 'Pronto Pizza' }); google.maps.event.addListener (Marker20, 'mouseover', function() { InfoWindow.setContent('
Pronto PizzaEbitzweg 14
70374 Stuttgart
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker20); }); google.maps.event.addListener (Marker20, 'click', function() { CallShop('ProntoFellbach', '0'); }); google.maps.event.addListener (Marker20, 'mouseout', function() { InfoWindow.close(); }); var Marker21 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8336190,9.1900239), map: GoogleMap, icon: ShopIconImage,title: 'Tonis Pizza' }); google.maps.event.addListener (Marker21, 'mouseover', function() { InfoWindow.setContent('
Tonis PizzaFleiner Str. 39
70437 Stuttgart
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker21); }); google.maps.event.addListener (Marker21, 'click', function() { CallShop('ToniSt', '0'); }); google.maps.event.addListener (Marker21, 'mouseout', function() { InfoWindow.close(); }); var Marker22 = 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 (Marker22, 'mouseover', function() { InfoWindow.setContent('
Dam Dam HotEbitzweg 14
70374 Stuttgart-Bad Canstatt
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker22); }); google.maps.event.addListener (Marker22, 'click', function() { CallShop('DamDamHotSt', '0'); }); google.maps.event.addListener (Marker22, 'mouseout', function() { InfoWindow.close(); }); var Marker23 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8036883,9.2338518), map: GoogleMap, icon: ShopIconImage,title: 'Taj Pizza' }); google.maps.event.addListener (Marker23, 'mouseover', function() { InfoWindow.setContent('
Taj PizzaEbitzweg 14
70374 Stuttgart
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker23); }); google.maps.event.addListener (Marker23, 'click', function() { CallShop('TajPizza', '0'); }); google.maps.event.addListener (Marker23, 'mouseout', function() { InfoWindow.close(); }); var Marker24 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8932500,9.1888600), map: GoogleMap, icon: ShopIconImage,title: 'Ada Lieferservice' }); google.maps.event.addListener (Marker24, 'mouseover', function() { InfoWindow.setContent('
Ada LieferserviceAlleen Str. 11
71638 Ludwigsburg
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker24); }); google.maps.event.addListener (Marker24, 'click', function() { CallShop('AdaLU', '0'); }); google.maps.event.addListener (Marker24, 'mouseout', function() { InfoWindow.close(); }); var Marker25 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8618231,9.1829217), map: GoogleMap, icon: ShopIconImage,title: 'Fresh & Fast' }); google.maps.event.addListener (Marker25, 'mouseover', function() { InfoWindow.setContent('
Fresh & FastJohannesstr. 30
70806 Kornwestheim
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker25); }); google.maps.event.addListener (Marker25, 'click', function() { CallShop('FreshFast', '0'); }); google.maps.event.addListener (Marker25, 'mouseout', function() { InfoWindow.close(); }); var Marker26 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7403271,9.2995513), map: GoogleMap, icon: ShopIconImage,title: 'ORRA' }); google.maps.event.addListener (Marker26, 'mouseover', function() { InfoWindow.setContent('
ORRAFleischmannstr. 10
73728 Esslingen
Liefergebühr: 2.50 €
Mindestbestellwert: 30.00 €
'); InfoWindow.open (GoogleMap,Marker26); }); google.maps.event.addListener (Marker26, 'click', function() { CallShop('OrraEsslingen', '0'); }); google.maps.event.addListener (Marker26, 'mouseout', function() { InfoWindow.close(); }); var Marker27 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7496281,9.1711555), map: GoogleMap, icon: ShopIconImage,title: 'Langolino Pizzaservice' }); google.maps.event.addListener (Marker27, 'mouseover', function() { InfoWindow.setContent('
Langolino PizzaserviceJahnstr. 12
70597 Stuttgart
Mindestbestellwert: 40.00 €
'); InfoWindow.open (GoogleMap,Marker27); }); google.maps.event.addListener (Marker27, 'click', function() { CallShop('LangolinoSt', '0'); }); google.maps.event.addListener (Marker27, 'mouseout', function() { InfoWindow.close(); }); var Marker28 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8594640,9.1980410), map: GoogleMap, icon: ShopIconImage,title: 'King Pizza' }); google.maps.event.addListener (Marker28, 'mouseover', function() { InfoWindow.setContent('
King PizzaTheodor-Heuss-Str. 16
70806 Kornwestheim
Mindestbestellwert: 12.00 €
'); InfoWindow.open (GoogleMap,Marker28); }); google.maps.event.addListener (Marker28, 'click', function() { CallShop('KingKornwestheim', '0'); }); google.maps.event.addListener (Marker28, '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); }