Contact Us v2

'; var var_infowindow = new google.maps.InfoWindow({ content: contentString }); var marker = new google.maps.Marker({ position: hotel_location, map: map, icon: pin, title: title, maxWidth: 100, optimized: false, }); google.maps.event.addListener(marker, 'click', function () { var_infowindow.open(map, marker); }); panorama = map.getStreetView(); panorama.setPosition(hotel_location); panorama.setPov( /** @type {google.maps.StreetViewPov} */ ({ heading: 265, pitch: 0 })); var openStreet = document.getElementById('openStreetView'); if (openStreet) { document.getElementById("openStreetView").onclick = function () { toggleStreetView() }; } function toggleStreetView() { var toggle = panorama.getVisible(); if (toggle == false) { panorama.setVisible(true); } else { panorama.setVisible(false); } } } //Check if google map div exist if ($("#map-canvas-IYGHf").length){ google.maps.event.addDomListener(window, 'load', initialize); } }); });

CONTACT US

GET IN TOUCH

ADDRESS:

NAVAGIO ZAKYNTHOS, GREECE

EMAIL:

INFO@ZANTEHOTEL.COM

WEB:

WWW.ZANTEHOTEL.COM

PHONE:

+1 (330) 993-443 , +1 (330) 995-445

FAX:

+1 123456780

Comments are closed.