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(50.1125977,8.6572266));bounds.extend(new google.maps.LatLng(50.1217417,8.6394878));bounds.extend(new google.maps.LatLng(50.1217417,8.6394878));bounds.extend(new google.maps.LatLng(50.1035597,8.6438797));bounds.extend(new google.maps.LatLng(50.1211119,8.5679108));bounds.extend(new google.maps.LatLng(50.1211119,8.5679108));bounds.extend(new google.maps.LatLng(50.1211119,8.5679108));bounds.extend(new google.maps.LatLng(50.0772917,8.6278410));bounds.extend(new google.maps.LatLng(50.1048200,8.6922900));bounds.extend(new google.maps.LatLng(50.1007182,8.6876991));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(50.1125977,8.6572266),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('
Frankfurt am Main Gallusviertel
'); 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(50.1217417,8.6394878), map: GoogleMap, icon: ShopIconImage,title: 'Indian Restaurant' }); google.maps.event.addListener (Marker1, 'mouseover', function() { InfoWindow.setContent('
Indian RestaurantSchloßstr. 35a
60486 Frankfurt am Main
Mindestbestellwert: 10.00 €
'); InfoWindow.open (GoogleMap,Marker1); }); google.maps.event.addListener (Marker1, 'click', function() { CallShop('IndianRestaurant', '0'); }); google.maps.event.addListener (Marker1, 'mouseout', function() { InfoWindow.close(); }); var Marker2 = new google.maps.Marker ({ position: new google.maps.LatLng(50.1217417,8.6394878), map: GoogleMap, icon: ShopIconImage,title: 'Crazy Pizza' }); google.maps.event.addListener (Marker2, 'mouseover', function() { InfoWindow.setContent('
Crazy PizzaSchloßstr. 35a
60486 Frankfurt am Main
Mindestbestellwert: 10.00 €
'); InfoWindow.open (GoogleMap,Marker2); }); google.maps.event.addListener (Marker2, 'click', function() { CallShop('CrazyF', '0'); }); google.maps.event.addListener (Marker2, 'mouseout', function() { InfoWindow.close(); }); var Marker3 = new google.maps.Marker ({ position: new google.maps.LatLng(50.1035597,8.6438797), map: GoogleMap, icon: ShopIconImage,title: 'Pizzeria Bella Italia' }); google.maps.event.addListener (Marker3, 'mouseover', function() { InfoWindow.setContent('
Pizzeria Bella ItaliaHufnagelstr. 6
60326 Frankfurt am Main
Liefergebühr: 1.00 €
Mindestbestellwert: 12.00 €
'); InfoWindow.open (GoogleMap,Marker3); }); google.maps.event.addListener (Marker3, 'click', function() { CallShop('BellaF', '0'); }); google.maps.event.addListener (Marker3, 'mouseout', function() { InfoWindow.close(); }); var Marker4 = new google.maps.Marker ({ position: new google.maps.LatLng(50.1211119,8.5679108), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Perfetto' }); google.maps.event.addListener (Marker4, 'mouseover', function() { InfoWindow.setContent('
Pizza PerfettoAlt-Sossenheim 28
65936 Frankfurt am Main
Liefergebühr: 1.00 €
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker4); }); google.maps.event.addListener (Marker4, 'click', function() { CallShop('PerfettoF', '0'); }); google.maps.event.addListener (Marker4, 'mouseout', function() { InfoWindow.close(); }); var Marker5 = new google.maps.Marker ({ position: new google.maps.LatLng(50.1211119,8.5679108), map: GoogleMap, icon: ShopIconImage,title: 'Torino Pizzeria' }); google.maps.event.addListener (Marker5, 'mouseover', function() { InfoWindow.setContent('
Torino PizzeriaAlt-Sossenheim 28
65936 Frankfurt am Main
Liefergebühr: 1.00 €
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker5); }); google.maps.event.addListener (Marker5, 'click', function() { CallShop('TorinoF', '0'); }); google.maps.event.addListener (Marker5, 'mouseout', function() { InfoWindow.close(); }); var Marker6 = new google.maps.Marker ({ position: new google.maps.LatLng(50.1211119,8.5679108), map: GoogleMap, icon: ShopIconImage,title: 'Frankfurter Schnitzelhaus' }); google.maps.event.addListener (Marker6, 'mouseover', function() { InfoWindow.setContent('
Frankfurter SchnitzelhausAlt-Sossenheim 28
65936 Frankfurt am Main
Liefergebühr: 1.00 €
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker6); }); google.maps.event.addListener (Marker6, 'click', function() { CallShop('SchnitzelF', '0'); }); google.maps.event.addListener (Marker6, 'mouseout', function() { InfoWindow.close(); }); var Marker7 = new google.maps.Marker ({ position: new google.maps.LatLng(50.0772917,8.6278410), map: GoogleMap, icon: ShopIconImage,title: 'Asia Restaurant Hahaa' }); google.maps.event.addListener (Marker7, 'mouseover', function() { InfoWindow.setContent('
Asia Restaurant HahaaLyoner Str. 44-48
60528 Frankfurt am Main
Liefergebühr: 1.00 €
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker7); }); google.maps.event.addListener (Marker7, 'click', function() { CallShop('HahaaF', '0'); }); google.maps.event.addListener (Marker7, 'mouseout', function() { InfoWindow.close(); }); var Marker8 = new google.maps.Marker ({ position: new google.maps.LatLng(50.1048200,8.6922900), map: GoogleMap, icon: ShopIconImage,title: 'Moti Mahal' }); google.maps.event.addListener (Marker8, 'mouseover', function() { InfoWindow.setContent('
Moti MahalDreieichstr. 37
60594 Frankfurt
Mindestbestellwert: 25.00 €
'); InfoWindow.open (GoogleMap,Marker8); }); google.maps.event.addListener (Marker8, 'click', function() { CallShop('MotiMahalF', '0'); }); google.maps.event.addListener (Marker8, 'mouseout', function() { InfoWindow.close(); }); var Marker9 = new google.maps.Marker ({ position: new google.maps.LatLng(50.1007182,8.6876991), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Italia' }); google.maps.event.addListener (Marker9, 'mouseover', function() { InfoWindow.setContent('
Pizza ItaliaHedderichstr. 43a
60594 Frankfurt
Liefergebühr: 1.50 €
Mindestbestellwert: 15.00 €
'); InfoWindow.open (GoogleMap,Marker9); }); google.maps.event.addListener (Marker9, 'click', function() { CallShop('ItaliaF', '0'); }); google.maps.event.addListener (Marker9, '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); }