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(49.1426929,9.2108790));bounds.extend(new google.maps.LatLng(49.1010530,9.2124530));bounds.extend(new google.maps.LatLng(49.1890601,9.2235095));bounds.extend(new google.maps.LatLng(49.1366457,9.2194394));bounds.extend(new google.maps.LatLng(49.1465514,9.0591626));bounds.extend(new google.maps.LatLng(49.1389324,9.2283454));bounds.extend(new google.maps.LatLng(49.1393405,9.2182510));bounds.extend(new google.maps.LatLng(49.1379758,9.2085346));bounds.extend(new google.maps.LatLng(49.0563195,9.2510809));bounds.extend(new google.maps.LatLng(49.1341760,9.2192150));bounds.extend(new google.maps.LatLng(49.1277825,9.2080537));bounds.extend(new google.maps.LatLng(49.1898382,9.2272970));bounds.extend(new google.maps.LatLng(49.1379758,9.2085346));bounds.extend(new google.maps.LatLng(49.1372309,9.2086087));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(49.1426929,9.2108790),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('
Heilbronn
'); 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(49.1010530,9.2124530), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Napoli' }); google.maps.event.addListener (Marker1, 'mouseover', function() {InfoWindow.setContent('
Pizza NapoliHeilbronner Str. 15
74223 Flein
Liefergebühr: 2.00 € (frei ab 50.00 €)
Mindestbestellwert: 12.00 €
'); InfoWindow.open (GoogleMap,Marker1); }); google.maps.event.addListener (Marker1, 'click', function() { CallShop('Napoli', '0'); }); google.maps.event.addListener (Marker1, 'mouseout', function() { InfoWindow.close(); }); var Marker2 = new google.maps.Marker ({ position: new google.maps.LatLng(49.1890601,9.2235095), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Quick' }); google.maps.event.addListener (Marker2, 'mouseover', function() {InfoWindow.setContent('
Pizza QuickHeilbronner Str. 14
74172 Neckarsulm
Mindestbestellwert: 30.00 €
'); InfoWindow.open (GoogleMap,Marker2); }); google.maps.event.addListener (Marker2, 'click', function() { OpenMSG ('Betriebsferien', 'Dieser Lieferservice hat vom 31.05.2023 bis 05.06.2023 Betriebsferien!', '', 'zurück', 'Speisekarte öffnen', 0, 1, '', 'PZ', '', 'CallShop(\\\'Quick\\\', \\\'0\\\');'); }); google.maps.event.addListener (Marker2, 'mouseout', function() { InfoWindow.close(); }); var Marker3 = new google.maps.Marker ({ position: new google.maps.LatLng(49.1366457,9.2194394), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Enjoy' }); google.maps.event.addListener (Marker3, 'mouseover', function() {InfoWindow.setContent('
Pizza EnjoyWilhelmstr. 15
74072 Heilbronn
Mindestbestellwert: 8.00 €
'); InfoWindow.open (GoogleMap,Marker3); }); google.maps.event.addListener (Marker3, 'click', function() { CallShop('Enjoy', '0'); }); google.maps.event.addListener (Marker3, 'mouseout', function() { InfoWindow.close(); }); var Marker4 = new google.maps.Marker ({ position: new google.maps.LatLng(49.1465514,9.0591626), map: GoogleMap, icon: ShopIconImage,title: 'Super Pizza-Service' }); google.maps.event.addListener (Marker4, 'mouseover', function() {InfoWindow.setContent('
Super Pizza-ServicePaul-Gerhardt-Str. 10
74193 Schwaigern
Liefergebühr: 1.50 € (frei ab 30.00 €)
Mindestbestellwert: 18.00 €
'); InfoWindow.open (GoogleMap,Marker4); }); google.maps.event.addListener (Marker4, 'click', function() { CallShop('SuperPizzaSchwaigern', '0'); }); google.maps.event.addListener (Marker4, 'mouseout', function() { InfoWindow.close(); }); var Marker5 = new google.maps.Marker ({ position: new google.maps.LatLng(49.1389324,9.2283454), map: GoogleMap, icon: ShopIconImage,title: 'Gusto' }); google.maps.event.addListener (Marker5, 'mouseover', function() {InfoWindow.setContent('
GustoWollhausstr. 65
74072 Heilbronn
Mindestbestellwert: 8.00 €
'); InfoWindow.open (GoogleMap,Marker5); }); google.maps.event.addListener (Marker5, 'click', function() { CallShop('GustoHeilbronn', '0'); }); google.maps.event.addListener (Marker5, 'mouseout', function() { InfoWindow.close(); }); var Marker6 = new google.maps.Marker ({ position: new google.maps.LatLng(49.1393405,9.2182510), map: GoogleMap, icon: ShopIconImage,title: 'Die Olive' }); google.maps.event.addListener (Marker6, 'mouseover', function() {InfoWindow.setContent('
Die OliveGötzenturmstr. 43
74072 Heilbronn
Mindestbestellwert: 8.00 €
'); InfoWindow.open (GoogleMap,Marker6); }); google.maps.event.addListener (Marker6, 'click', function() { CallShop('OliveHeilbronn', '0'); }); google.maps.event.addListener (Marker6, 'mouseout', function() { InfoWindow.close(); }); var Marker7 = new google.maps.Marker ({ position: new google.maps.LatLng(49.1379758,9.2085346), map: GoogleMap, icon: ShopIconImage,title: 'Pizza La Cibo' }); google.maps.event.addListener (Marker7, 'mouseover', function() {InfoWindow.setContent('
Pizza La CiboOlgastrasse 74
74072 Heilbronn
Mindestbestellwert: 10.00 €
'); InfoWindow.open (GoogleMap,Marker7); }); google.maps.event.addListener (Marker7, 'click', function() { CallShop('LaCiboHN', '0'); }); google.maps.event.addListener (Marker7, 'mouseout', function() { InfoWindow.close(); }); var Marker8 = new google.maps.Marker ({ position: new google.maps.LatLng(49.0563195,9.2510809), map: GoogleMap, icon: ShopIconImage,title: 'Pizzeria Roma' }); google.maps.event.addListener (Marker8, 'mouseover', function() {InfoWindow.setContent('
Pizzeria RomaAuensteiner Str. 3
74360 Ilsfeld
Mindestbestellwert: 35.00 €
'); InfoWindow.open (GoogleMap,Marker8); }); google.maps.event.addListener (Marker8, 'click', function() { CallShop('RomaIlsfeld', '0'); }); google.maps.event.addListener (Marker8, 'mouseout', function() { InfoWindow.close(); }); var Marker9 = new google.maps.Marker ({ position: new google.maps.LatLng(49.1341760,9.2192150), map: GoogleMap, icon: ShopIconImage,title: 'La Toscana - Pizza Shuttle' }); google.maps.event.addListener (Marker9, 'mouseover', function() {InfoWindow.setContent('
La Toscana - Pizza ShuttleSüdstr. 88
74072 Heilbronn
Mindestbestellwert: 9.00 €
'); InfoWindow.open (GoogleMap,Marker9); }); google.maps.event.addListener (Marker9, 'click', function() { CallShop('ToscanaHeilbronn', '0'); }); google.maps.event.addListener (Marker9, 'mouseout', function() { InfoWindow.close(); }); var Marker10 = new google.maps.Marker ({ position: new google.maps.LatLng(49.1277825,9.2080537), map: GoogleMap, icon: ShopIconImage,title: 'Royal' }); google.maps.event.addListener (Marker10, 'mouseover', function() {InfoWindow.setContent('
RoyalSontheimer Str. 109
74074 Heilbronn
Mindestbestellwert: 12.00 €
'); InfoWindow.open (GoogleMap,Marker10); }); google.maps.event.addListener (Marker10, 'click', function() { CallShop('RoyalBW', '0'); }); google.maps.event.addListener (Marker10, 'mouseout', function() { InfoWindow.close(); }); var Marker11 = new google.maps.Marker ({ position: new google.maps.LatLng(49.1898382,9.2272970), map: GoogleMap, icon: ShopIconImage,title: 'Red Peppers' }); google.maps.event.addListener (Marker11, 'mouseover', function() {InfoWindow.setContent('
Red PeppersBinswanger Str. 21
74172 Neckarsulm
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker11); }); google.maps.event.addListener (Marker11, 'click', function() { CallShop('RedPeppers', '0'); }); google.maps.event.addListener (Marker11, 'mouseout', function() { InfoWindow.close(); }); var Marker12 = new google.maps.Marker ({ position: new google.maps.LatLng(49.1379758,9.2085346), map: GoogleMap, icon: ShopIconImage,title: 'Indian Light' }); google.maps.event.addListener (Marker12, 'mouseover', function() {InfoWindow.setContent('
Indian LightOlgastrasse 74
74072 Heilbronn
Mindestbestellwert: 10.00 €
'); InfoWindow.open (GoogleMap,Marker12); }); google.maps.event.addListener (Marker12, 'click', function() { CallShop('IndianLightHN', '0'); }); google.maps.event.addListener (Marker12, 'mouseout', function() { InfoWindow.close(); }); var Marker13 = new google.maps.Marker ({ position: new google.maps.LatLng(49.1372309,9.2086087), map: GoogleMap, icon: ShopIconImage,title: 'Finesse' }); google.maps.event.addListener (Marker13, 'mouseover', function() {InfoWindow.setContent('
FinesseOlgastraße 57
74072 Heilbronn
Liefergebühr: 1.50 €
Mindestbestellwert: 10.00 €
'); InfoWindow.open (GoogleMap,Marker13); }); google.maps.event.addListener (Marker13, 'click', function() { CallShop('FinesseHN', '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); }