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.8169343,9.0874971));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.8904366,9.1677247));bounds.extend(new google.maps.LatLng(48.7881109,9.1939144));bounds.extend(new google.maps.LatLng(48.8342938,9.1703765));bounds.extend(new google.maps.LatLng(48.8034144,9.1016244));bounds.extend(new google.maps.LatLng(48.8026767,9.0829806));bounds.extend(new google.maps.LatLng(48.9474165,9.1464416));bounds.extend(new google.maps.LatLng(48.8191878,9.1169104));bounds.extend(new google.maps.LatLng(48.8051395,9.1091867));bounds.extend(new google.maps.LatLng(48.8458554,9.1566011));bounds.extend(new google.maps.LatLng(48.8904366,9.1677247));bounds.extend(new google.maps.LatLng(48.7881109,9.1939144));bounds.extend(new google.maps.LatLng(48.7953124,9.0629764));bounds.extend(new google.maps.LatLng(48.7891349,9.2061870));bounds.extend(new google.maps.LatLng(48.7635438,9.1653586));bounds.extend(new google.maps.LatLng(48.8026767,9.0829806));bounds.extend(new google.maps.LatLng(48.8312589,9.1319663));bounds.extend(new google.maps.LatLng(48.8034144,9.1016244));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.8169343,9.0874971),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 Fasanengarten
'); 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: 25.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: 45.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.8904366,9.1677247), map: GoogleMap, icon: ShopIconImage,title: 'Sunny Pizza- und China-Service' }); google.maps.event.addListener (Marker3, 'mouseover', function() {InfoWindow.setContent('
Sunny Pizza- und China-ServiceSchwieberdingerstr. 106/1
71636 Ludwigsburg
Mindestbestellwert: 30.00 €
'); InfoWindow.open (GoogleMap,Marker3); }); google.maps.event.addListener (Marker3, 'click', function() { CallShop('SunnyPizza', '0'); }); google.maps.event.addListener (Marker3, 'mouseout', function() { InfoWindow.close(); }); var Marker4 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7881109,9.1939144), map: GoogleMap, icon: ShopIconImage,title: 'Super Pizza- und China-Service' }); google.maps.event.addListener (Marker4, 'mouseover', function() {InfoWindow.setContent('
Super Pizza- und China-ServiceNeckarstr. 140a
70190 Stuttgart
Liefergebühr: 5.00 €
Mindestbestellwert: 35.00 €
'); InfoWindow.open (GoogleMap,Marker4); }); google.maps.event.addListener (Marker4, 'click', function() { CallShop('SuperPizza', '0'); }); google.maps.event.addListener (Marker4, 'mouseout', function() { InfoWindow.close(); }); var Marker5 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8342938,9.1703765), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Express' }); google.maps.event.addListener (Marker5, 'mouseover', function() {InfoWindow.setContent('
Pizza ExpressKirchtalstr. 29
70435 Stuttgart-Zuffenhausen
Liefergebühr: 1.00 €
Mindestbestellwert: 40.00 €
'); InfoWindow.open (GoogleMap,Marker5); }); google.maps.event.addListener (Marker5, 'click', function() { CallShop('PizzaExpressSt', '0'); }); google.maps.event.addListener (Marker5, 'mouseout', function() { InfoWindow.close(); }); var Marker6 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8034144,9.1016244), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Phone' }); google.maps.event.addListener (Marker6, 'mouseover', function() {InfoWindow.setContent('
Pizza PhoneSolitudestr. 64
70499 Stuttgart-Weilimdorf
Liefergebühr: 1.00 €
Mindestbestellwert: 8.50 €
'); InfoWindow.open (GoogleMap,Marker6); }); google.maps.event.addListener (Marker6, 'click', function() { CallShop('PizzaPhone', '0'); }); google.maps.event.addListener (Marker6, 'mouseout', function() { InfoWindow.close(); }); var Marker7 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8026767,9.0829806), map: GoogleMap, icon: ShopIconImage,title: 'Super-Pizza' }); google.maps.event.addListener (Marker7, 'mouseover', function() {InfoWindow.setContent('
Super-PizzaFeuerbacher Str. 123
70839 Gerlingen-Gehenbühl
Mindestbestellwert: 7.00 €
'); InfoWindow.open (GoogleMap,Marker7); }); google.maps.event.addListener (Marker7, 'click', function() { CallShop('SuperPizzaGerlingen', '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.8191878,9.1169104), map: GoogleMap, icon: ShopIconImage,title: 'La Perla' }); google.maps.event.addListener (Marker9, 'mouseover', function() {InfoWindow.setContent('
La PerlaSolitudestr. 305
70499 Stuttgart-Weilimdorf
Liefergebühr: 1.00 €
Mindestbestellwert: 10.00 €
'); InfoWindow.open (GoogleMap,Marker9); }); google.maps.event.addListener (Marker9, 'click', function() { CallShop('LaPerlaSt', '0'); }); google.maps.event.addListener (Marker9, 'mouseout', function() { InfoWindow.close(); }); var Marker10 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8051395,9.1091867), map: GoogleMap, icon: ShopIconImage,title: 'Leone Pizza Express' }); google.maps.event.addListener (Marker10, 'mouseover', function() {InfoWindow.setContent('
Leone Pizza ExpressWaldhornweg 24
70499 Stuttgart
Mindestbestellwert: 8.50 €
'); InfoWindow.open (GoogleMap,Marker10); }); google.maps.event.addListener (Marker10, 'click', function() { CallShop('LeoneSt', '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.8904366,9.1677247), map: GoogleMap, icon: ShopIconImage,title: 'China Wok' }); google.maps.event.addListener (Marker12, 'mouseover', function() {InfoWindow.setContent('
China WokSchwieberdingerstr. 106/1
71636 Ludwigsburg
Mindestbestellwert: 35.00 €
'); InfoWindow.open (GoogleMap,Marker12); }); google.maps.event.addListener (Marker12, 'click', function() { CallShop('ChinaWok', '0'); }); google.maps.event.addListener (Marker12, 'mouseout', function() { InfoWindow.close(); }); var Marker13 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7881109,9.1939144), map: GoogleMap, icon: ShopIconImage,title: 'Super China-Service' }); google.maps.event.addListener (Marker13, 'mouseover', function() {InfoWindow.setContent('
Super China-ServiceNeckarstr. 140a
70190 Stuttgart
Liefergebühr: 5.00 €
Mindestbestellwert: 30.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.7953124,9.0629764), map: GoogleMap, icon: ShopIconImage,title: 'Roma Pizza Service' }); google.maps.event.addListener (Marker14, 'mouseover', function() {InfoWindow.setContent('
Roma Pizza ServiceLudwigstr. 15
70839 Gerlingen
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker14); }); google.maps.event.addListener (Marker14, 'click', function() { CallShop('RomaGerlingen', '0'); }); google.maps.event.addListener (Marker14, 'mouseout', function() { InfoWindow.close(); }); var Marker15 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7891349,9.2061870), map: GoogleMap, icon: ShopIconImage,title: 'Avanti Avanti' }); google.maps.event.addListener (Marker15, 'mouseover', function() {InfoWindow.setContent('
Avanti AvantiOstendstr. 18
70190 Stuttgart
Mindestbestellwert: 35.00 €
'); InfoWindow.open (GoogleMap,Marker15); }); google.maps.event.addListener (Marker15, 'click', function() { CallShop('AvantiAvanti', '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() { OpenMSG ('Betriebsferien', 'Dieser Lieferservice hat vom 01.08.2022 bis 31.08.2022 Betriebsferien!', '', 'zurück', 'Speisekarte öffnen', 0, 1, '', 'PZ', '', 'CallShop(\\\'Bella\\\', \\\'0\\\');'); }); google.maps.event.addListener (Marker16, 'mouseout', function() { InfoWindow.close(); }); var Marker17 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8026767,9.0829806), map: GoogleMap, icon: ShopIconImage,title: 'Super China' }); google.maps.event.addListener (Marker17, 'mouseover', function() {InfoWindow.setContent('
Super ChinaFeuerbacher Str. 123
70839 Gerlingen-Gehenbühl
Mindestbestellwert: 7.00 €
'); InfoWindow.open (GoogleMap,Marker17); }); google.maps.event.addListener (Marker17, 'click', function() { CallShop('SuperChinaGerlingen', '0'); }); google.maps.event.addListener (Marker17, 'mouseout', function() { InfoWindow.close(); }); var Marker18 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8312589,9.1319663), map: GoogleMap, icon: ShopIconImage,title: 'Milano Pizza' }); google.maps.event.addListener (Marker18, 'mouseover', function() {InfoWindow.setContent('
Milano PizzaTalstr. 25
70825 Stuttgart-Korntal
Mindestbestellwert: 8.00 €
'); InfoWindow.open (GoogleMap,Marker18); }); google.maps.event.addListener (Marker18, 'click', function() { CallShop('MilanoKorntal', '0'); }); google.maps.event.addListener (Marker18, 'mouseout', function() { InfoWindow.close(); }); var Marker19 = new google.maps.Marker ({ position: new google.maps.LatLng(48.8034144,9.1016244), map: GoogleMap, icon: ShopIconImage,title: 'Buono Pizza' }); google.maps.event.addListener (Marker19, 'mouseover', function() {InfoWindow.setContent('
Buono PizzaSolitudestr. 64
70499 Stuttgart-Weilimdorf
Liefergebühr: 1.00 €
Mindestbestellwert: 8.50 €
'); InfoWindow.open (GoogleMap,Marker19); }); google.maps.event.addListener (Marker19, 'click', function() { CallShop('BuonoSt', '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); }