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.4759384,11.0623632));bounds.extend(new google.maps.LatLng(49.4617185,11.0988592));bounds.extend(new google.maps.LatLng(49.4324162,11.0300632));bounds.extend(new google.maps.LatLng(49.4450748,11.0971825));bounds.extend(new google.maps.LatLng(49.4324162,11.0300632));bounds.extend(new google.maps.LatLng(49.4471096,11.0559811));bounds.extend(new google.maps.LatLng(49.4324162,11.0300632));bounds.extend(new google.maps.LatLng(49.4656326,11.0687990));bounds.extend(new google.maps.LatLng(49.4460434,11.0971429));bounds.extend(new google.maps.LatLng(49.4675759,10.9913996));bounds.extend(new google.maps.LatLng(49.4317947,11.0455829));bounds.extend(new google.maps.LatLng(49.4347184,11.0762674));bounds.extend(new google.maps.LatLng(49.4317947,11.0455829));bounds.extend(new google.maps.LatLng(49.4671106,10.9866095));bounds.extend(new google.maps.LatLng(49.4706838,11.0668468));bounds.extend(new google.maps.LatLng(49.4406937,11.0539470));bounds.extend(new google.maps.LatLng(49.4603587,11.0534572));bounds.extend(new google.maps.LatLng(49.4650941,11.1510540));bounds.extend(new google.maps.LatLng(49.4331552,11.0812158));bounds.extend(new google.maps.LatLng(49.4706838,11.0668468));bounds.extend(new google.maps.LatLng(49.4330451,11.0792380));bounds.extend(new google.maps.LatLng(49.4330451,11.0792380));bounds.extend(new google.maps.LatLng(49.4452692,11.0968355));bounds.extend(new google.maps.LatLng(49.4434926,11.0886629));bounds.extend(new google.maps.LatLng(49.4434926,11.0886629));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.4759384,11.0623632),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('
Nürnberg Kleinreuth hinter der Veste
'); 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.4617185,11.0988592), map: GoogleMap, icon: ShopIconImage,title: 'Avanti Pizza-Service' }); google.maps.event.addListener (Marker1, 'mouseover', function() {InfoWindow.setContent('
Avanti Pizza-ServiceFenitzerplatz 4
90489 Nürnberg
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker1); }); google.maps.event.addListener (Marker1, 'click', function() { CallShop('Avanti', '0'); }); google.maps.event.addListener (Marker1, 'mouseout', function() { InfoWindow.close(); }); var Marker2 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4324162,11.0300632), map: GoogleMap, icon: ShopIconImage,title: 'City' }); google.maps.event.addListener (Marker2, 'mouseover', function() {InfoWindow.setContent('
CityEdisonstr. 18
90431 Nürnberg
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker2); }); google.maps.event.addListener (Marker2, 'click', function() { CallShop('CityN', '0'); }); google.maps.event.addListener (Marker2, 'mouseout', function() { InfoWindow.close(); }); var Marker3 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4450748,11.0971825), map: GoogleMap, icon: ShopIconImage,title: 'Maharaja Palace' }); google.maps.event.addListener (Marker3, 'mouseover', function() {InfoWindow.setContent('
Maharaja PalaceRegensburger Str. 41
90478 Nürnberg
Liefergebühr: 1.00 €
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker3); }); google.maps.event.addListener (Marker3, 'click', function() { CallShop('Maharaja', '0'); }); google.maps.event.addListener (Marker3, 'mouseout', function() { InfoWindow.close(); }); var Marker4 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4324162,11.0300632), map: GoogleMap, icon: ShopIconImage,title: 'Bollywood' }); google.maps.event.addListener (Marker4, 'mouseover', function() {InfoWindow.setContent('
BollywoodEdisonstr. 18
90431 Nürnberg
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker4); }); google.maps.event.addListener (Marker4, 'click', function() { CallShop('Bollywood', '0'); }); google.maps.event.addListener (Marker4, 'mouseout', function() { InfoWindow.close(); }); var Marker5 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4471096,11.0559811), map: GoogleMap, icon: ShopIconImage,title: 'Pizza für Dich' }); google.maps.event.addListener (Marker5, 'mouseover', function() {InfoWindow.setContent('
Pizza für DichAustr. 10
90429 Nürnberg
Liefergebühr: 1.50 € (frei ab 22.50 €)
Mindestbestellwert: 19.00 €
'); InfoWindow.open (GoogleMap,Marker5); }); google.maps.event.addListener (Marker5, 'click', function() { CallShop('PizzaFuerDich', '0'); }); google.maps.event.addListener (Marker5, 'mouseout', function() { InfoWindow.close(); }); var Marker6 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4324162,11.0300632), map: GoogleMap, icon: ShopIconImage,title: 'Pronto' }); google.maps.event.addListener (Marker6, 'mouseover', function() {InfoWindow.setContent('
ProntoEdisonstr. 18
90431 Nürnberg
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker6); }); google.maps.event.addListener (Marker6, 'click', function() { CallShop('ProntoPizzaN', '0'); }); google.maps.event.addListener (Marker6, 'mouseout', function() { InfoWindow.close(); }); var Marker7 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4656326,11.0687990), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Alpha' }); google.maps.event.addListener (Marker7, 'mouseover', function() {InfoWindow.setContent('
Pizza AlphaJuvenellstr. 22
90419 Nürnberg
Mindestbestellwert: 10.00 €
'); InfoWindow.open (GoogleMap,Marker7); }); google.maps.event.addListener (Marker7, 'click', function() { CallShop('Alpha', '0'); }); google.maps.event.addListener (Marker7, 'mouseout', function() { InfoWindow.close(); }); var Marker8 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4460434,11.0971429), map: GoogleMap, icon: ShopIconImage,title: 'Bombay Curry Haus' }); google.maps.event.addListener (Marker8, 'mouseover', function() {InfoWindow.setContent('
Bombay Curry HausStephan Str. 13
90478 Nürnberg
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker8); }); google.maps.event.addListener (Marker8, 'click', function() { CallShop('BombayCurryHaus', '0'); }); google.maps.event.addListener (Marker8, 'mouseout', function() { InfoWindow.close(); }); var Marker9 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4675759,10.9913996), map: GoogleMap, icon: ShopIconImage,title: 'Pizzeria Roma' }); google.maps.event.addListener (Marker9, 'mouseover', function() {InfoWindow.setContent('
Pizzeria RomaAmalienstr. 61
90763 Fürth
Mindestbestellwert: 19.00 €
'); InfoWindow.open (GoogleMap,Marker9); }); google.maps.event.addListener (Marker9, 'click', function() { CallShop('RomaFuerth', '0'); }); google.maps.event.addListener (Marker9, 'mouseout', function() { InfoWindow.close(); }); var Marker10 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4317947,11.0455829), map: GoogleMap, icon: ShopIconImage,title: 'Leckeranto' }); google.maps.event.addListener (Marker10, 'mouseover', function() {InfoWindow.setContent('
LeckerantoSchweinauer Hauptstr. 58
90441 Nürnberg
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker10); }); google.maps.event.addListener (Marker10, 'click', function() { CallShop('LeckerantoN', '0'); }); google.maps.event.addListener (Marker10, 'mouseout', function() { InfoWindow.close(); }); var Marker11 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4347184,11.0762674), map: GoogleMap, icon: ShopIconImage,title: 'Maharani Restaurant' }); google.maps.event.addListener (Marker11, 'mouseover', function() {InfoWindow.setContent('
Maharani RestaurantGugelstr. 93
90459 Nürnberg
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker11); }); google.maps.event.addListener (Marker11, 'click', function() { CallShop('MaharaniN', '0'); }); google.maps.event.addListener (Marker11, 'mouseout', function() { InfoWindow.close(); }); var Marker12 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4317947,11.0455829), map: GoogleMap, icon: ShopIconImage,title: 'Your Burger' }); google.maps.event.addListener (Marker12, 'mouseover', function() {InfoWindow.setContent('
Your BurgerSchweinauer Hauptstr. 58
90441 Nürnberg
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker12); }); google.maps.event.addListener (Marker12, 'click', function() { CallShop('YourBurger', '0'); }); google.maps.event.addListener (Marker12, 'mouseout', function() { InfoWindow.close(); }); var Marker13 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4671106,10.9866095), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Palermo' }); google.maps.event.addListener (Marker13, 'mouseover', function() {InfoWindow.setContent('
Pizza PalermoFichtenstr. 25
90763 Fürth
Mindestbestellwert: 18.00 €
'); InfoWindow.open (GoogleMap,Marker13); }); google.maps.event.addListener (Marker13, 'click', function() { CallShop('PalermoFuerth', '0'); }); google.maps.event.addListener (Marker13, 'mouseout', function() { InfoWindow.close(); }); var Marker14 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4706838,11.0668468), map: GoogleMap, icon: ShopIconImage,title: 'Asia Ha' }); google.maps.event.addListener (Marker14, 'mouseover', function() {InfoWindow.setContent('
Asia HaErlanger Str. 9
90425 Nürnberg
Liefergebühr: 1.00 €
Mindestbestellwert: 12.00 €
'); InfoWindow.open (GoogleMap,Marker14); }); google.maps.event.addListener (Marker14, 'click', function() { CallShop('AsiaHaN', '0'); }); google.maps.event.addListener (Marker14, 'mouseout', function() { InfoWindow.close(); }); var Marker15 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4406937,11.0539470), map: GoogleMap, icon: ShopIconImage,title: 'Osteria Moresco' }); google.maps.event.addListener (Marker15, 'mouseover', function() {InfoWindow.setContent('
Osteria MorescoWebersgasse 1
90439 Nürnberg
Liefergebühr: 2.00 €
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker15); }); google.maps.event.addListener (Marker15, 'click', function() { CallShop('OsteriaN', '0'); }); google.maps.event.addListener (Marker15, 'mouseout', function() { InfoWindow.close(); }); var Marker16 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4603587,11.0534572), map: GoogleMap, icon: ShopIconImage,title: 'Jet-Pizza-Service' }); google.maps.event.addListener (Marker16, 'mouseover', function() {InfoWindow.setContent('
Jet-Pizza-ServiceWilhelm-Marx-Str. 56
90419 Nürnberg
Mindestbestellwert: 12.00 €
'); InfoWindow.open (GoogleMap,Marker16); }); google.maps.event.addListener (Marker16, 'click', function() { CallShop('JetN', '0'); }); google.maps.event.addListener (Marker16, 'mouseout', function() { InfoWindow.close(); }); var Marker17 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4650941,11.1510540), map: GoogleMap, icon: ShopIconImage,title: 'Saigon - Vietnam Restaurant' }); google.maps.event.addListener (Marker17, 'mouseover', function() {InfoWindow.setContent('
Saigon - Vietnam RestaurantLaufamholzstr. 163
90482 Nürnberg
Liefergebühr: 3.00 € (frei ab 35.00 €)
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker17); }); google.maps.event.addListener (Marker17, 'click', function() { CallShop('SaigonNLaufamHolz', '0'); }); google.maps.event.addListener (Marker17, 'mouseout', function() { InfoWindow.close(); }); var Marker18 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4331552,11.0812158), map: GoogleMap, icon: ShopIconImage,title: 'Saigon 2 - Vietnam Restaurant' }); google.maps.event.addListener (Marker18, 'mouseover', function() {InfoWindow.setContent('
Saigon 2 - Vietnam RestaurantGalvanistr. 19
90459 Nürnberg
Liefergebühr: 2.00 € (frei ab 27.00 €)
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker18); }); google.maps.event.addListener (Marker18, 'click', function() { CallShop('SaigonNTafelfeld', '0'); }); google.maps.event.addListener (Marker18, 'mouseout', function() { InfoWindow.close(); }); var Marker19 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4706838,11.0668468), map: GoogleMap, icon: ShopIconImage,title: 'Sushi Luu' }); google.maps.event.addListener (Marker19, 'mouseover', function() {InfoWindow.setContent('
Sushi LuuErlanger Str. 9
90425 Nürnberg
Liefergebühr: 1.00 €
Mindestbestellwert: 12.00 €
'); InfoWindow.open (GoogleMap,Marker19); }); google.maps.event.addListener (Marker19, 'click', function() { CallShop('AsahiN', '0'); }); google.maps.event.addListener (Marker19, 'mouseout', function() { InfoWindow.close(); }); var Marker20 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4330451,11.0792380), map: GoogleMap, icon: ShopIconImage,title: 'Blitz Pizza Service' }); google.maps.event.addListener (Marker20, 'mouseover', function() {InfoWindow.setContent('
Blitz Pizza ServiceGalvanistr. 8
90459 Nürnberg
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker20); }); google.maps.event.addListener (Marker20, 'click', function() { CallShop('BlitzNuernberg', '0'); }); google.maps.event.addListener (Marker20, 'mouseout', function() { InfoWindow.close(); }); var Marker21 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4330451,11.0792380), map: GoogleMap, icon: ShopIconImage,title: 'Chef' }); google.maps.event.addListener (Marker21, 'mouseover', function() {InfoWindow.setContent('
ChefGalvanistr. 8
90459 Nürnberg
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker21); }); google.maps.event.addListener (Marker21, 'click', function() { CallShop('ChefN', '0'); }); google.maps.event.addListener (Marker21, 'mouseout', function() { InfoWindow.close(); }); var Marker22 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4452692,11.0968355), map: GoogleMap, icon: ShopIconImage,title: 'Dino Pizza-Kurier' }); google.maps.event.addListener (Marker22, 'mouseover', function() {InfoWindow.setContent('
Dino Pizza-KurierRegensburgerstr. 37
90478 Nürnberg
Liefergebühr: 1.00 € (frei ab 45.00 €)
Mindestbestellwert: 35.00 €
'); InfoWindow.open (GoogleMap,Marker22); }); google.maps.event.addListener (Marker22, 'click', function() { CallShop('DinoN', '0'); }); google.maps.event.addListener (Marker22, 'mouseout', function() { InfoWindow.close(); }); var Marker23 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4434926,11.0886629), map: GoogleMap, icon: ShopIconImage,title: 'Asia Food' }); google.maps.event.addListener (Marker23, 'mouseover', function() {InfoWindow.setContent('
Asia FoodScheurlstr. 33
90478 Nürnberg
Liefergebühr: 3.50 €
Mindestbestellwert: 40.00 €
'); InfoWindow.open (GoogleMap,Marker23); }); google.maps.event.addListener (Marker23, 'click', function() { OpenMSG ('Betriebsferien', 'Dieser Lieferservice hat vom 03.05.2023 bis 03.06.2023 Betriebsferien!', '', 'zurück', 'Speisekarte öffnen', 0, 1, '', 'PZ', '', 'CallShop(\\\'AsiaFood\\\', \\\'0\\\');'); }); google.maps.event.addListener (Marker23, 'mouseout', function() { InfoWindow.close(); }); var Marker24 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4434926,11.0886629), map: GoogleMap, icon: ShopIconImage,title: 'Pizzaservice Ifty' }); google.maps.event.addListener (Marker24, 'mouseover', function() {InfoWindow.setContent('
Pizzaservice IftyScheurlstr. 33
90478 Nürnberg
Liefergebühr: 3.00 €
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker24); }); google.maps.event.addListener (Marker24, 'click', function() { OpenMSG ('Betriebsferien', 'Dieser Lieferservice hat vom 09.05.2023 bis 11.06.2023 Betriebsferien!', '', 'zurück', 'Speisekarte öffnen', 0, 1, '', 'PZ', '', 'CallShop(\\\'Ifty\\\', \\\'0\\\');'); }); google.maps.event.addListener (Marker24, '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); }