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.6686045,9.1697319));bounds.extend(new google.maps.LatLng(48.7254823,9.1461699));bounds.extend(new google.maps.LatLng(48.6565725,9.1951637));bounds.extend(new google.maps.LatLng(48.6789084,9.2212548));bounds.extend(new google.maps.LatLng(48.6849037,9.2788902));bounds.extend(new google.maps.LatLng(48.6527403,9.2898793));bounds.extend(new google.maps.LatLng(48.6725043,9.2338018));bounds.extend(new google.maps.LatLng(48.7260484,9.1514609));bounds.extend(new google.maps.LatLng(48.7635438,9.1653586));bounds.extend(new google.maps.LatLng(48.6789084,9.2212548));bounds.extend(new google.maps.LatLng(48.6565725,9.1951637));bounds.extend(new google.maps.LatLng(48.7021722,9.2078978));bounds.extend(new google.maps.LatLng(48.6600264,9.1200970));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.6686045,9.1697319),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('
Leinfelden-Echterdingen Stetten
'); 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
Mindestbestellwert: 16.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.6565725,9.1951637), map: GoogleMap, icon: ShopIconImage,title: 'Pizzaheimservice' }); google.maps.event.addListener (Marker2, 'mouseover', function() { InfoWindow.setContent('
PizzaheimserviceUhlbergstr. 1
70794 Filderstadt-Plattenhardt
Mindestbestellwert: 6.00 €
'); InfoWindow.open (GoogleMap,Marker2); }); google.maps.event.addListener (Marker2, 'click', function() { CallShop('PizzaHeim', '0'); }); google.maps.event.addListener (Marker2, 'mouseout', function() { InfoWindow.close(); }); var Marker3 = new google.maps.Marker ({ position: new google.maps.LatLng(48.6789084,9.2212548), map: GoogleMap, icon: ShopIconImage,title: 'Pronto Pizza-Express' }); google.maps.event.addListener (Marker3, 'mouseover', function() { InfoWindow.setContent('
Pronto Pizza-ExpressGartenstr. 21
70794 Filderstadt-Bernhausen
Liefergebühr: 1.50 €
Mindestbestellwert: 12.00 €
'); InfoWindow.open (GoogleMap,Marker3); }); google.maps.event.addListener (Marker3, 'click', function() { CallShop('ProntoExpress', '0'); }); google.maps.event.addListener (Marker3, 'mouseout', function() { InfoWindow.close(); }); var Marker4 = new google.maps.Marker ({ position: new google.maps.LatLng(48.6849037,9.2788902), map: GoogleMap, icon: ShopIconImage,title: 'Dallas Pizza Express' }); google.maps.event.addListener (Marker4, 'mouseover', function() { InfoWindow.setContent('
Dallas Pizza ExpressEsslinger Str. 6
73765 Neuhausen
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker4); }); google.maps.event.addListener (Marker4, 'click', function() { CallShop('Dallas', '0'); }); google.maps.event.addListener (Marker4, 'mouseout', function() { InfoWindow.close(); }); var Marker5 = new google.maps.Marker ({ position: new google.maps.LatLng(48.6527403,9.2898793), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Amore Döner' }); google.maps.event.addListener (Marker5, 'mouseover', function() { InfoWindow.setContent('
Pizza Amore DönerNürtinger Str. 15
72649 Wolfschlugen
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker5); }); google.maps.event.addListener (Marker5, 'click', function() { CallShop('Mamia', '0'); }); google.maps.event.addListener (Marker5, 'mouseout', function() { InfoWindow.close(); }); var Marker6 = new google.maps.Marker ({ position: new google.maps.LatLng(48.6725043,9.2338018), map: GoogleMap, icon: ShopIconImage,title: 'Filder Pizza-Taxi' }); google.maps.event.addListener (Marker6, 'mouseover', function() { InfoWindow.setContent('
Filder Pizza-TaxiReutlingerstr. 30
70794 Filderstadt-Bernhausen
Mindestbestellwert: 10.00 €
'); InfoWindow.open (GoogleMap,Marker6); }); google.maps.event.addListener (Marker6, 'click', function() { CallShop('Filderpizza', '0'); }); google.maps.event.addListener (Marker6, 'mouseout', function() { InfoWindow.close(); }); var Marker7 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7260484,9.1514609), map: GoogleMap, icon: ShopIconImage,title: 'Bravo Pizza' }); google.maps.event.addListener (Marker7, 'mouseover', function() { InfoWindow.setContent('
Bravo PizzaPlieningerstr. 14
70567 Stuttgart-Möhringen
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker7); }); google.maps.event.addListener (Marker7, 'click', function() { CallShop('BravoSt', '0'); }); google.maps.event.addListener (Marker7, 'mouseout', function() { InfoWindow.close(); }); var Marker8 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7635438,9.1653586), map: GoogleMap, icon: ShopIconImage,title: 'Bella Pizzaservice' }); google.maps.event.addListener (Marker8, 'mouseover', function() { InfoWindow.setContent('
Bella PizzaserviceMöhringer Str. 4
70178 Stuttgart
Mindestbestellwert: 40.00 €
'); InfoWindow.open (GoogleMap,Marker8); }); google.maps.event.addListener (Marker8, 'click', function() { CallShop('Bella', '0'); }); google.maps.event.addListener (Marker8, 'mouseout', function() { InfoWindow.close(); }); var Marker9 = new google.maps.Marker ({ position: new google.maps.LatLng(48.6789084,9.2212548), map: GoogleMap, icon: ShopIconImage,title: 'Filder Wok' }); google.maps.event.addListener (Marker9, 'mouseover', function() { InfoWindow.setContent('
Filder WokGartenstr. 21
70794 Filderstadt-Bernhausen
Liefergebühr: 1.50 €
Mindestbestellwert: 9.00 €
'); InfoWindow.open (GoogleMap,Marker9); }); google.maps.event.addListener (Marker9, 'click', function() { CallShop('FilderWok', '0'); }); google.maps.event.addListener (Marker9, 'mouseout', function() { InfoWindow.close(); }); var Marker10 = new google.maps.Marker ({ position: new google.maps.LatLng(48.6565725,9.1951637), map: GoogleMap, icon: ShopIconImage,title: 'King Pizza Service' }); google.maps.event.addListener (Marker10, 'mouseover', function() { InfoWindow.setContent('
King Pizza ServiceUhlbergstr. 1
70794 Filderstadt-Plattenhardt
Mindestbestellwert: 6.00 €
'); InfoWindow.open (GoogleMap,Marker10); }); google.maps.event.addListener (Marker10, 'click', function() { CallShop('KingPizzaFilderstadt', '0'); }); google.maps.event.addListener (Marker10, 'mouseout', function() { InfoWindow.close(); }); var Marker11 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7021722,9.2078978), map: GoogleMap, icon: ShopIconImage,title: 'Royal Pizza Service' }); google.maps.event.addListener (Marker11, 'mouseover', function() { InfoWindow.setContent('
Royal Pizza ServiceFilderhauptstr. 52a
70599 Stuttgart
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker11); }); google.maps.event.addListener (Marker11, 'click', function() { CallShop('RoyalSt', '0'); }); google.maps.event.addListener (Marker11, 'mouseout', function() { InfoWindow.close(); }); var Marker12 = new google.maps.Marker ({ position: new google.maps.LatLng(48.6600264,9.1200970), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Mamma Mia' }); google.maps.event.addListener (Marker12, 'mouseover', function() { InfoWindow.setContent('
Pizza Mamma MiaSeestr. 7
71144 Steinenbronn
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker12); }); google.maps.event.addListener (Marker12, 'click', function() { CallShop('MammaMiaSteinenbronn', '0'); }); google.maps.event.addListener (Marker12, 'mouseout', function() { InfoWindow.close(); }); var Marker13 = new google.maps.Marker ({ position: new google.maps.LatLng(48.7496281,9.1711555), map: GoogleMap, icon: ShopIconImage,title: 'Langolino Pizzaservice' }); google.maps.event.addListener (Marker13, 'mouseover', function() { InfoWindow.setContent('
Langolino PizzaserviceJahnstr. 12
70597 Stuttgart
Mindestbestellwert: 30.00 €
'); InfoWindow.open (GoogleMap,Marker13); }); google.maps.event.addListener (Marker13, 'click', function() { CallShop('LangolinoSt', '0'); }); google.maps.event.addListener (Marker13, '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); }