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.7645061,9.1849995));bounds.extend(new google.maps.LatLng(48.7254823,9.1461699));bounds.extend(new google.maps.LatLng(48.7881109,9.1939144));bounds.extend(new google.maps.LatLng(48.7635438,9.1653586));bounds.extend(new google.maps.LatLng(48.7891349,9.2061870));bounds.extend(new google.maps.LatLng(48.7698867,9.1854818));bounds.extend(new google.maps.LatLng(48.7919442,9.2434678));bounds.extend(new google.maps.LatLng(48.7881109,9.1939144));bounds.extend(new google.maps.LatLng(48.7781900,9.2070390));bounds.extend(new google.maps.LatLng(48.7762533,9.1613203));bounds.extend(new google.maps.LatLng(48.7403271,9.2995513));bounds.extend(new google.maps.LatLng(48.7496281,9.1711555));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.7645061,9.1849995),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 Süd
'); 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.7254823,9.1461699), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Fiesta' }); google.maps.event.addListener (Marker1, 'mouseover', function() {InfoWindow.setContent('
Pizza FiestaSigmaringerstr. 2
70567 Stuttgart-Möhringen
Liefergebühr: 2.00 €
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker1); }); google.maps.event.addListener (Marker1, 'click', function() { CallShop('Fiesta', '0'); }); google.maps.event.addListener (Marker1, 'mouseout', function() { InfoWindow.close(); }); var Marker2 = 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 (Marker2, 'mouseover', function() {InfoWindow.setContent('
Super Pizza- und China-ServiceNeckarstr. 140a
70190 Stuttgart
Liefergebühr: 1.50 €
Mindestbestellwert: 8.00 €
'); InfoWindow.open (GoogleMap,Marker2); }); google.maps.event.addListener (Marker2, 'click', function() { CallShop('SuperPizza', '0'); }); google.maps.event.addListener (Marker2, 'mouseout', function() { InfoWindow.close(); }); var Marker3 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7635438,9.1653586), map: GoogleMap, icon: ShopIconImage,title: 'Bella Pizzaservice' }); google.maps.event.addListener (Marker3, 'mouseover', function() {InfoWindow.setContent('
Bella PizzaserviceMöhringer Str. 4
70178 Stuttgart
Mindestbestellwert: 12.50 €
'); InfoWindow.open (GoogleMap,Marker3); }); google.maps.event.addListener (Marker3, '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 (Marker3, 'mouseout', function() { InfoWindow.close(); }); var Marker4 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7891349,9.2061870), map: GoogleMap, icon: ShopIconImage,title: 'Avanti Avanti' }); google.maps.event.addListener (Marker4, 'mouseover', function() {InfoWindow.setContent('
Avanti AvantiOstendstr. 18
70190 Stuttgart
Mindestbestellwert: 10.00 €
'); InfoWindow.open (GoogleMap,Marker4); }); google.maps.event.addListener (Marker4, 'click', function() { CallShop('AvantiAvanti', '0'); }); google.maps.event.addListener (Marker4, 'mouseout', function() { InfoWindow.close(); }); var Marker5 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7698867,9.1854818), map: GoogleMap, icon: ShopIconImage,title: 'Angelo`s Pizza-Taxi' }); google.maps.event.addListener (Marker5, 'mouseover', function() {InfoWindow.setContent('
Angelo`s Pizza-TaxiWächterstr. 2
70182 Stuttgart-Mitte
Mindestbestellwert: 5.90 €
'); InfoWindow.open (GoogleMap,Marker5); }); google.maps.event.addListener (Marker5, 'click', function() { CallShop('Angelo', '0'); }); google.maps.event.addListener (Marker5, 'mouseout', function() { InfoWindow.close(); }); var Marker6 = 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 (Marker6, 'mouseover', function() {InfoWindow.setContent('
Hot Pizza CornerAugsburger Str. 215
70327 Stuttgart
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker6); }); google.maps.event.addListener (Marker6, 'click', function() { CallShop('HotPizzaCorner', '0'); }); google.maps.event.addListener (Marker6, 'mouseout', function() { InfoWindow.close(); }); var Marker7 = 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 (Marker7, 'mouseover', function() {InfoWindow.setContent('
Super China-ServiceNeckarstr. 140a
70190 Stuttgart
Liefergebühr: 2.00 €
Mindestbestellwert: 8.00 €
'); InfoWindow.open (GoogleMap,Marker7); }); google.maps.event.addListener (Marker7, 'click', function() { CallShop('SuperChina', '0'); }); google.maps.event.addListener (Marker7, 'mouseout', function() { InfoWindow.close(); }); var Marker8 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7781900,9.2070390), map: GoogleMap, icon: ShopIconImage,title: 'Day & Night Pizza' }); google.maps.event.addListener (Marker8, 'mouseover', function() {InfoWindow.setContent('
Day & Night PizzaGablenberger Hauptstr. 45
70186 Stuttgart
Mindestbestellwert: 10.00 €
'); InfoWindow.open (GoogleMap,Marker8); }); google.maps.event.addListener (Marker8, 'click', function() { CallShop('DayAndNight', '0'); }); google.maps.event.addListener (Marker8, 'mouseout', function() { InfoWindow.close(); }); var Marker9 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7762533,9.1613203), map: GoogleMap, icon: ShopIconImage,title: 'Star Pizza' }); google.maps.event.addListener (Marker9, 'mouseover', function() {InfoWindow.setContent('
Star PizzaSchloßstr. 94
70176 Stuttgart
Mindestbestellwert: 7.50 €
'); InfoWindow.open (GoogleMap,Marker9); }); google.maps.event.addListener (Marker9, 'click', function() { CallShop('StarPizzaStMitte', '0'); }); google.maps.event.addListener (Marker9, 'mouseout', function() { InfoWindow.close(); }); var Marker10 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7403271,9.2995513), map: GoogleMap, icon: ShopIconImage,title: 'ORRA' }); google.maps.event.addListener (Marker10, 'mouseover', function() {InfoWindow.setContent('
ORRAFleischmannstr. 10
73728 Esslingen
Liefergebühr: 2.50 €
Mindestbestellwert: 30.00 €
'); InfoWindow.open (GoogleMap,Marker10); }); google.maps.event.addListener (Marker10, 'click', function() { CallShop('OrraEsslingen', '0'); }); google.maps.event.addListener (Marker10, 'mouseout', function() { InfoWindow.close(); }); var Marker11 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7496281,9.1711555), map: GoogleMap, icon: ShopIconImage,title: 'Langolino Pizzaservice' }); google.maps.event.addListener (Marker11, 'mouseover', function() {InfoWindow.setContent('
Langolino PizzaserviceJahnstr. 12
70597 Stuttgart
Liefergebühr: 2.00 €
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker11); }); google.maps.event.addListener (Marker11, 'click', function() { CallShop('LangolinoSt', '0'); }); google.maps.event.addListener (Marker11, '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); }