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.1184913,11.6120338));bounds.extend(new google.maps.LatLng(48.1302848,11.6184696));bounds.extend(new google.maps.LatLng(48.0993110,11.6609140));bounds.extend(new google.maps.LatLng(48.1004643,11.5777707));bounds.extend(new google.maps.LatLng(48.1121454,11.6176939));bounds.extend(new google.maps.LatLng(48.1300517,11.6201042));bounds.extend(new google.maps.LatLng(48.1278801,11.5954322));bounds.extend(new google.maps.LatLng(48.0971328,11.5863293));bounds.extend(new google.maps.LatLng(48.1037168,11.5436413));bounds.extend(new google.maps.LatLng(48.1129262,11.5873308));bounds.extend(new google.maps.LatLng(48.1498047,11.6573171));bounds.extend(new google.maps.LatLng(48.1086001,11.5995197));bounds.extend(new google.maps.LatLng(48.1086001,11.5995197));bounds.extend(new google.maps.LatLng(48.0971328,11.5863293));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.1184913,11.6120338),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('
München Ramersdorf-Perlach
'); 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.1302848,11.6184696), map: GoogleMap, icon: ShopIconImage,title: 'Blue Ingwer' }); google.maps.event.addListener (Marker1, 'mouseover', function() {InfoWindow.setContent('
Blue IngwerBerg am Laim Str. 64
81673 München
Mindestbestellwert: 12.00 €
'); InfoWindow.open (GoogleMap,Marker1); }); google.maps.event.addListener (Marker1, 'click', function() { CallShop('BlueIngwer', '0'); }); google.maps.event.addListener (Marker1, 'mouseout', function() { InfoWindow.close(); }); var Marker2 = new google.maps.Marker ({ position: new google.maps.LatLng(48.0993110,11.6609140), map: GoogleMap, icon: ShopIconImage,title: 'Freak`s - die Pizzastation' }); google.maps.event.addListener (Marker2, 'mouseover', function() {InfoWindow.setContent('
Freak`s - die PizzastationStemplingeranger 12
81737 München
Mindestbestellwert: 40.00 €
'); InfoWindow.open (GoogleMap,Marker2); }); google.maps.event.addListener (Marker2, 'click', function() { CallShop('Freaks', '0'); }); google.maps.event.addListener (Marker2, 'mouseout', function() { InfoWindow.close(); }); var Marker3 = new google.maps.Marker ({ position: new google.maps.LatLng(48.1004643,11.5777707), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Trento' }); google.maps.event.addListener (Marker3, 'mouseover', function() {InfoWindow.setContent('
Pizza TrentoRotbuchenstr. 55
81547 München
Liefergebühr: 1.00 €
Mindestbestellwert: 13.00 €
'); InfoWindow.open (GoogleMap,Marker3); }); google.maps.event.addListener (Marker3, 'click', function() { CallShop('Trento', '0'); }); google.maps.event.addListener (Marker3, 'mouseout', function() { InfoWindow.close(); }); var Marker4 = new google.maps.Marker ({ position: new google.maps.LatLng(48.1121454,11.6176939), map: GoogleMap, icon: ShopIconImage,title: 'Pizzeria Da Pino' }); google.maps.event.addListener (Marker4, 'mouseover', function() {InfoWindow.setContent('
Pizzeria Da PinoOttobrunner Str. 13
81737 München
Mindestbestellwert: 11.00 €
'); InfoWindow.open (GoogleMap,Marker4); }); google.maps.event.addListener (Marker4, 'click', function() { CallShop('DaPinoM', '0'); }); google.maps.event.addListener (Marker4, 'mouseout', function() { InfoWindow.close(); }); var Marker5 = new google.maps.Marker ({ position: new google.maps.LatLng(48.1300517,11.6201042), map: GoogleMap, icon: ShopIconImage,title: 'Blitz City' }); google.maps.event.addListener (Marker5, 'mouseover', function() {InfoWindow.setContent('
Blitz CityBerg-am-Laim-Str. 82a
81673 München
Mindestbestellwert: 10.95 €
'); InfoWindow.open (GoogleMap,Marker5); }); google.maps.event.addListener (Marker5, 'click', function() { CallShop('BlitzM', '0'); }); google.maps.event.addListener (Marker5, 'mouseout', function() { InfoWindow.close(); }); var Marker6 = new google.maps.Marker ({ position: new google.maps.LatLng(48.1278801,11.5954322), map: GoogleMap, icon: ShopIconImage,title: 'Bombay Tandoori' }); google.maps.event.addListener (Marker6, 'mouseover', function() {InfoWindow.setContent('
Bombay TandooriRosenheimer Str. 75
81667 München
Mindestbestellwert: 18.00 €
'); InfoWindow.open (GoogleMap,Marker6); }); google.maps.event.addListener (Marker6, 'click', function() { CallShop('BombayM', '0'); }); google.maps.event.addListener (Marker6, 'mouseout', function() { InfoWindow.close(); }); var Marker7 = new google.maps.Marker ({ position: new google.maps.LatLng(48.0971328,11.5863293), map: GoogleMap, icon: ShopIconImage,title: 'Papa Pizza' }); google.maps.event.addListener (Marker7, 'mouseover', function() {InfoWindow.setContent('
Papa PizzaTegernseer Landstr. 254
81549 München
Mindestbestellwert: 23.00 €
'); InfoWindow.open (GoogleMap,Marker7); }); google.maps.event.addListener (Marker7, 'click', function() { CallShop('PapaPizza', '0'); }); google.maps.event.addListener (Marker7, 'mouseout', function() { InfoWindow.close(); }); var Marker8 = new google.maps.Marker ({ position: new google.maps.LatLng(48.1037168,11.5436413), map: GoogleMap, icon: ShopIconImage,title: 'Shan-India' }); google.maps.event.addListener (Marker8, 'mouseover', function() {InfoWindow.setContent('
Shan-IndiaEmil-Geis-Str. 16
81379 München
Liefergebühr: 2.50 €
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker8); }); google.maps.event.addListener (Marker8, 'click', function() { CallShop('ShanM', '0'); }); google.maps.event.addListener (Marker8, 'mouseout', function() { InfoWindow.close(); }); var Marker9 = new google.maps.Marker ({ position: new google.maps.LatLng(48.1129262,11.5873308), map: GoogleMap, icon: ShopIconImage,title: 'Mai Asia' }); google.maps.event.addListener (Marker9, 'mouseover', function() {InfoWindow.setContent('
Mai AsiaDeisenhofenerstr. 53
81539 München
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker9); }); google.maps.event.addListener (Marker9, 'click', function() { CallShop('MaiAsia', '0'); }); google.maps.event.addListener (Marker9, 'mouseout', function() { InfoWindow.close(); }); var Marker10 = new google.maps.Marker ({ position: new google.maps.LatLng(48.1498047,11.6573171), map: GoogleMap, icon: ShopIconImage,title: 'Pizza Best' }); google.maps.event.addListener (Marker10, 'mouseover', function() {InfoWindow.setContent('
Pizza BestBurgauerstr. 117
81929 München
Mindestbestellwert: 30.00 €
'); InfoWindow.open (GoogleMap,Marker10); }); google.maps.event.addListener (Marker10, 'click', function() { CallShop('BestM', '0'); }); google.maps.event.addListener (Marker10, 'mouseout', function() { InfoWindow.close(); }); var Marker11 = new google.maps.Marker ({ position: new google.maps.LatLng(48.1086001,11.5995197), map: GoogleMap, icon: ShopIconImage,title: 'Pizza & Burger Company' }); google.maps.event.addListener (Marker11, 'mouseover', function() {InfoWindow.setContent('
Pizza & Burger CompanyPfälzer-Wald-Str. 65
81539 München
Liefergebühr: 1.00 €
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker11); }); google.maps.event.addListener (Marker11, 'click', function() { CallShop('PizzaBurgerCompanyM', '0'); }); google.maps.event.addListener (Marker11, 'mouseout', function() { InfoWindow.close(); }); var Marker12 = new google.maps.Marker ({ position: new google.maps.LatLng(48.1086001,11.5995197), map: GoogleMap, icon: ShopIconImage,title: 'Mangia Mangia Pizza & Burger' }); google.maps.event.addListener (Marker12, 'mouseover', function() {InfoWindow.setContent('
Mangia Mangia Pizza & BurgerPfälzer-Wald-Str. 65
81539 München
Liefergebühr: 1.00 €
Mindestbestellwert: 20.00 €
'); InfoWindow.open (GoogleMap,Marker12); }); google.maps.event.addListener (Marker12, 'click', function() { CallShop('GetraenkeFoodserviceM', '0'); }); google.maps.event.addListener (Marker12, 'mouseout', function() { InfoWindow.close(); }); var Marker13 = new google.maps.Marker ({ position: new google.maps.LatLng(48.0971328,11.5863293), map: GoogleMap, icon: ShopIconImage,title: 'Don Pepe Heimservice' }); google.maps.event.addListener (Marker13, 'mouseover', function() {InfoWindow.setContent('
Don Pepe HeimserviceTegernseer Landstr. 254
81549 München
Mindestbestellwert: 23.00 €
'); InfoWindow.open (GoogleMap,Marker13); }); google.maps.event.addListener (Marker13, 'click', function() { CallShop('DonPepe', '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); }