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.5084925,10.9784722));bounds.extend(new google.maps.LatLng(49.4324162,11.0300632));bounds.extend(new google.maps.LatLng(49.4324162,11.0300632));bounds.extend(new google.maps.LatLng(49.4716241,10.9860936));bounds.extend(new google.maps.LatLng(49.4324162,11.0300632));bounds.extend(new google.maps.LatLng(49.4497257,11.0613616));bounds.extend(new google.maps.LatLng(49.4716241,10.9860936));bounds.extend(new google.maps.LatLng(49.4609178,10.9878818));bounds.extend(new google.maps.LatLng(49.4391629,11.0793578));bounds.extend(new google.maps.LatLng(49.4676147,10.9914149));bounds.extend(new google.maps.LatLng(49.4318343,11.0455565));bounds.extend(new google.maps.LatLng(49.4330451,11.0792380));bounds.extend(new google.maps.LatLng(49.4671106,10.9866095));bounds.extend(new google.maps.LatLng(49.4754405,10.9837194));bounds.extend(new google.maps.LatLng(49.4606616,11.0549022));bounds.extend(new google.maps.LatLng(49.4706824,11.0668487));bounds.extend(new google.maps.LatLng(49.4706824,11.0668487));bounds.extend(new google.maps.LatLng(49.4448924,11.0683253));bounds.extend(new google.maps.LatLng(49.4433846,10.9583910));bounds.extend(new google.maps.LatLng(49.4448924,11.0683253));bounds.extend(new google.maps.LatLng(49.4379811,11.0795253));bounds.extend(new google.maps.LatLng(49.4504815,11.0286124));bounds.extend(new google.maps.LatLng(49.4870134,11.0905933));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.5084925,10.9784722),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('
Fürth Stadeln
'); 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.4324162,11.0300632), map: GoogleMap, icon: ShopIconImage,title: 'City' }); google.maps.event.addListener (Marker1, 'mouseover', function() { InfoWindow.setContent('
CityEdisonstr. 18
90431 Nürnberg
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker1); }); google.maps.event.addListener (Marker1, 'click', function() { CallShop('CityN', '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: 'Bollywood' }); google.maps.event.addListener (Marker2, 'mouseover', function() { InfoWindow.setContent('
BollywoodEdisonstr. 18
90431 Nürnberg
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker2); }); google.maps.event.addListener (Marker2, 'click', function() { CallShop('Bollywood', '0'); }); google.maps.event.addListener (Marker2, 'mouseout', function() { InfoWindow.close(); }); var Marker3 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4716241,10.9860936), map: GoogleMap, icon: ShopIconImage,title: 'Punjabi House' }); google.maps.event.addListener (Marker3, 'mouseover', function() { InfoWindow.setContent('
Punjabi HouseOttostraße 25
90762 Fürth
Mindestbestellwert: 10.00 €
'); InfoWindow.open (GoogleMap,Marker3); }); google.maps.event.addListener (Marker3, 'click', function() { CallShop('PunjabiHaus', '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: 'Pronto' }); google.maps.event.addListener (Marker4, 'mouseover', function() { InfoWindow.setContent('
ProntoEdisonstr. 18
90431 Nürnberg
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker4); }); google.maps.event.addListener (Marker4, 'click', function() { CallShop('ProntoPizzaN', '0'); }); google.maps.event.addListener (Marker4, 'mouseout', function() { InfoWindow.close(); }); var Marker5 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4497257,11.0613616), map: GoogleMap, icon: ShopIconImage,title: 'Mimi Restaurant' }); google.maps.event.addListener (Marker5, 'mouseover', function() { InfoWindow.setContent('
Mimi RestaurantFürtherstr. 12
90429 Nürnberg
Liefergebühr: 3.00 € (frei ab 60.00 €)
Mindestbestellwert: 30.00 €
'); InfoWindow.open (GoogleMap,Marker5); }); google.maps.event.addListener (Marker5, 'click', function() { CallShop('Mimi', '0'); }); google.maps.event.addListener (Marker5, 'mouseout', function() { InfoWindow.close(); }); var Marker6 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4716241,10.9860936), map: GoogleMap, icon: ShopIconImage,title: 'Mamma Mia' }); google.maps.event.addListener (Marker6, 'mouseover', function() { InfoWindow.setContent('
Mamma MiaOttostraße 25
90762 Fürth
Liefergebühr: 1.00 €
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker6); }); google.maps.event.addListener (Marker6, 'click', function() { CallShop('MammaMiaFuerth', '0'); }); google.maps.event.addListener (Marker6, 'mouseout', function() { InfoWindow.close(); }); var Marker7 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4609178,10.9878818), map: GoogleMap, icon: ShopIconImage,title: 'Sakura Sushi' }); google.maps.event.addListener (Marker7, 'mouseover', function() { InfoWindow.setContent('
Sakura SushiFlößaustr. 34
90763 Fürth
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker7); }); google.maps.event.addListener (Marker7, 'click', function() { OpenMSG ('Betriebsferien', 'Dieser Lieferservice hat vom 18.01.2021 bis 18.01.2021 Betriebsferien!', '', 'zurück', 'Speisekarte öffnen', 0, 1, '', 'PZ', '', 'CallShop(\\\'SakuraFuerth\\\', \\\'0\\\');'); }); google.maps.event.addListener (Marker7, 'mouseout', function() { InfoWindow.close(); }); var Marker8 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4391629,11.0793578), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Mare' }); google.maps.event.addListener (Marker8, 'mouseover', function() { InfoWindow.setContent('
Pizza MareAmman Str. 12
90459 Nürnberg
Liefergebühr: 2.00 € (frei ab 22.00 €)
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker8); }); google.maps.event.addListener (Marker8, 'click', function() { CallShop('Mare', '0'); }); google.maps.event.addListener (Marker8, 'mouseout', function() { InfoWindow.close(); }); var Marker9 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4676147,10.9914149), map: GoogleMap, icon: ShopIconImage,title: 'Pizzeria Roma' }); google.maps.event.addListener (Marker9, 'mouseover', function() { InfoWindow.setContent('
Pizzeria RomaAmalienstr. 61
90763 Fürth
Mindestbestellwert: 15.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.4318343,11.0455565), map: GoogleMap, icon: ShopIconImage,title: 'Leckeranto' }); google.maps.event.addListener (Marker10, 'mouseover', function() { InfoWindow.setContent('
LeckerantoSchweinauer Hauptstr. 58
90441 Nürnberg
Mindestbestellwert: 25.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.4330451,11.0792380), map: GoogleMap, icon: ShopIconImage,title: 'Chef' }); google.maps.event.addListener (Marker11, 'mouseover', function() { InfoWindow.setContent('
ChefGalvanistr. 8
90459 Nürnberg
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker11); }); google.maps.event.addListener (Marker11, 'click', function() { CallShop('ChefN', '0'); }); google.maps.event.addListener (Marker11, 'mouseout', function() { InfoWindow.close(); }); var Marker12 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4671106,10.9866095), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Palermo' }); google.maps.event.addListener (Marker12, 'mouseover', function() { InfoWindow.setContent('
Pizza PalermoFichtenstr. 25
90763 Fürth
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker12); }); google.maps.event.addListener (Marker12, 'click', function() { CallShop('PalermoFuerth', '0'); }); google.maps.event.addListener (Marker12, 'mouseout', function() { InfoWindow.close(); }); var Marker13 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4754405,10.9837194), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Venezia' }); google.maps.event.addListener (Marker13, 'mouseover', function() { InfoWindow.setContent('
Pizza VeneziaMathildenstr. 36
90762 Fürth
Liefergebühr: 2.00 €
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker13); }); google.maps.event.addListener (Marker13, 'click', function() { CallShop('VeneziaFuerth', '0'); }); google.maps.event.addListener (Marker13, 'mouseout', function() { InfoWindow.close(); }); var Marker14 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4606616,11.0549022), map: GoogleMap, icon: ShopIconImage,title: 'Sushi und Thai Wok' }); google.maps.event.addListener (Marker14, 'mouseover', function() { InfoWindow.setContent('
Sushi und Thai WokJohannisstr. 123
90419 Nürnberg
Liefergebühr: 1.00 €
Mindestbestellwert: 29.00 €
'); InfoWindow.open (GoogleMap,Marker14); }); google.maps.event.addListener (Marker14, 'click', function() { CallShop('SushiThaiWokN', '0'); }); google.maps.event.addListener (Marker14, 'mouseout', function() { InfoWindow.close(); }); var Marker15 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4706824,11.0668487), map: GoogleMap, icon: ShopIconImage,title: 'Sushi Luu' }); google.maps.event.addListener (Marker15, 'mouseover', function() { InfoWindow.setContent('
Sushi LuuErlanger Str. 9
90425 Nürnberg
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker15); }); google.maps.event.addListener (Marker15, 'click', function() { CallShop('AsahiN', '0'); }); google.maps.event.addListener (Marker15, 'mouseout', function() { InfoWindow.close(); }); var Marker16 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4706824,11.0668487), map: GoogleMap, icon: ShopIconImage,title: 'Asia Ha' }); google.maps.event.addListener (Marker16, 'mouseover', function() { InfoWindow.setContent('
Asia HaErlanger Str. 9
90425 Nürnberg
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker16); }); google.maps.event.addListener (Marker16, 'click', function() { CallShop('AsiaHaN', '0'); }); google.maps.event.addListener (Marker16, 'mouseout', function() { InfoWindow.close(); }); var Marker17 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4448924,11.0683253), map: GoogleMap, icon: ShopIconImage,title: 'Mike`s' }); google.maps.event.addListener (Marker17, 'mouseover', function() { InfoWindow.setContent('
Mike`sSteinbühler Str. 34
90443 Nürnberg
Liefergebühr: 1.00 €
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker17); }); google.maps.event.addListener (Marker17, 'click', function() { CallShop('MikeFuerth', '0'); }); google.maps.event.addListener (Marker17, 'mouseout', function() { InfoWindow.close(); }); var Marker18 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4433846,10.9583910), map: GoogleMap, icon: ShopIconImage,title: 'Zirndorfer Bollywood Ecke' }); google.maps.event.addListener (Marker18, 'mouseover', function() { InfoWindow.setContent('
Zirndorfer Bollywood EckeBahnhofstr. 30a
90513 Zirndorf
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker18); }); google.maps.event.addListener (Marker18, 'click', function() { CallShop('BollywoodZirndorf', '0'); }); google.maps.event.addListener (Marker18, 'mouseout', function() { InfoWindow.close(); }); var Marker19 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4448924,11.0683253), map: GoogleMap, icon: ShopIconImage,title: 'Mike`s Burger & Kebaphaus' }); google.maps.event.addListener (Marker19, 'mouseover', function() { InfoWindow.setContent('
Mike`s Burger & KebaphausSteinbühler Str. 34
90443 Nürnberg
Liefergebühr: 2.00 € (frei ab 50.00 €)
Mindestbestellwert: 26.00 €
'); InfoWindow.open (GoogleMap,Marker19); }); google.maps.event.addListener (Marker19, 'click', function() { CallShop('IndianMike', '0'); }); google.maps.event.addListener (Marker19, 'mouseout', function() { InfoWindow.close(); }); var Marker20 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4379811,11.0795253), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Nando`s' }); google.maps.event.addListener (Marker20, 'mouseover', function() { InfoWindow.setContent('
Pizza Nando`sGabelsberger Str. 25
90459 Nürnberg
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker20); }); google.maps.event.addListener (Marker20, 'click', function() { CallShop('NandosN', '0'); }); google.maps.event.addListener (Marker20, 'mouseout', function() { InfoWindow.close(); }); var Marker21 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4504815,11.0286124), map: GoogleMap, icon: ShopIconImage,title: 'Pizzeria Classico' }); google.maps.event.addListener (Marker21, 'mouseover', function() { InfoWindow.setContent('
Pizzeria ClassicoLeyher Str. 55
90431 Nürnberg
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker21); }); google.maps.event.addListener (Marker21, 'click', function() { CallShop('ClassicoN', '0'); }); google.maps.event.addListener (Marker21, 'mouseout', function() { InfoWindow.close(); }); var Marker22 = new google.maps.Marker ({ position: new google.maps.LatLng(49.4870134,11.0905933), map: GoogleMap, icon: ShopIconImage,title: 'Ristorante Le Castella' }); google.maps.event.addListener (Marker22, 'mouseover', function() { InfoWindow.setContent('
Ristorante Le CastellaMarienbergstr. 106
90411 Nürnberg
Mindestbestellwert: 18.00 €
'); InfoWindow.open (GoogleMap,Marker22); }); google.maps.event.addListener (Marker22, 'click', function() { CallShop('LeCastellaN', '0'); }); google.maps.event.addListener (Marker22, '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); }