CONTACTO

Somos fáciles de encontrar …

VISÍTANOS

Ave. Rafael E. Melgar # 23 entre la calle 6 y 8 | Sobre el Malecón.
Aceptamos pago con pesos, dólar americano, Visa, MasterCard y AMEX.
Oficina +52 (987) 8692589
info@guidoscozumel.com

QUEREMOS SABER
DE USTED

[]
1 Step 1
Nombre
Comentarios
0 /
keyboard_arrow_leftPrevious
Nextkeyboard_arrow_right
FormCraft - WordPress form builder
var styles = [ { "featureType": "administrative", "elementType": "labels.text.fill", "stylers": [ { "color": "#444444" } ] }, { "featureType": "landscape", "elementType": "all", "stylers": [ { "color": "#f2f2f2" } ] }, { "featureType": "landscape.natural", "elementType": "all", "stylers": [ { "visibility": "on" }, { "color": "#e6e6e6" } ] }, { "featureType": "poi", "elementType": "all", "stylers": [ { "visibility": "off" } ] }, { "featureType": "road", "elementType": "all", "stylers": [ { "saturation": -100 }, { "lightness": 45 } ] }, { "featureType": "road", "elementType": "geometry.fill", "stylers": [ { "visibility": "on" }, { "hue": "#ff0000" } ] }, { "featureType": "road.highway", "elementType": "all", "stylers": [ { "visibility": "simplified" } ] }, { "featureType": "road.highway", "elementType": "geometry.fill", "stylers": [ { "color": "#fd9836" }, { "saturation": "85" }, { "lightness": "31" }, { "gamma": "1.24" } ] }, { "featureType": "road.highway", "elementType": "labels.text", "stylers": [ { "visibility": "simplified" } ] }, { "featureType": "road.arterial", "elementType": "geometry.fill", "stylers": [ { "hue": "#ff0000" }, { "saturation": "1" } ] }, { "featureType": "road.arterial", "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] }, { "featureType": "transit", "elementType": "all", "stylers": [ { "visibility": "off" } ] }, { "featureType": "transit.station", "elementType": "all", "stylers": [ { "visibility": "simplified" }, { "hue": "#ff0000" }, { "saturation": "-100" } ] }, { "featureType": "transit.station.airport", "elementType": "all", "stylers": [ { "visibility": "on" } ] }, { "featureType": "transit.station.bus", "elementType": "all", "stylers": [ { "visibility": "simplified" } ] }, { "featureType": "transit.station.rail", "elementType": "all", "stylers": [ { "visibility": "simplified" }, { "hue": "#ff7e00" }, { "saturation": "-100" }, { "lightness": "19" } ] }, { "featureType": "water", "elementType": "all", "stylers": [ { "color": "#d7d7d7" }, { "visibility": "on" } ] } ]; var locations = [ ['Guidos Cozumel', 20.5137703,-86.9473853, 2, "/wp-content/uploads/2018/09/restaurant-compressor-e1536515729379.png"], ['Parking', 20.5145821,-86.9461218, 1, "/wp-content/uploads/2018/09/parking-compressor-e1536515711290.png"] ]; var map = new google.maps.Map(document.getElementById('map'), { zoom: 16, styles: styles, center: new google.maps.LatLng(20.5117936,-86.9569528), mapTypeId: google.maps.MapTypeId.ROADMAP }); var infowindow = new google.maps.InfoWindow(); var marker, i; for (i = 0; i < locations.length; i++) { marker = new google.maps.Marker({ position: new google.maps.LatLng(locations[i][1], locations[i][2]), icon: locations[i][4], map: map }); google.maps.event.addListener(marker, 'click', (function (marker, i) { return function () { infowindow.setContent(locations[i][0]); infowindow.open(map, marker); } })(marker, i)); }