Formas de contacto
Envíanos un mensaje
Nombre o empresa *
Email *
Teléfono *
Mensaje *
Verificación
Privacidad *
Acepto política de privacidad
Datos de contacto
Dirección:
Harrison Kalea nº 10 1ª A, · Amorebieta, Etxano (Bizkaia) 48340
Teléfono:
94 630 85 39
Email:
info@ibaizabalbarri.com
Seguir:
Visítanos
function initialize() {
var myLatlng = new google.maps.LatLng(43.222042, -2.733992);
var mapOptions = {
zoom: 12,
scrollwheel: false,
draggable: true,
streetViewControl: false,
center: myLatlng,
mapTypeId: google.maps.MapTypeId.ROADMAP,
disableDefaultUI: true,
}
var map = new google.maps.Map(document.getElementById(‘tg-location-map-6’), mapOptions);
var styles = dexterity_get_map_styles(‘view_3’);
if(styles != »){
var styledMap = new google.maps.StyledMapType(styles, {name: ‘Styled Map’});
map.mapTypes.set(‘map_style’, styledMap);
map.setMapTypeId(‘map_style’);
}
var infowindow = new google.maps.InfoWindow({
content: ‘Harrison Kalea nº 10 1ª A, · Amorebieta, Etxano (Bizkaia) 48340’,
maxWidth: ‘250’,
maxHeight: ‘150’,
});
var marker = new google.maps.Marker({
position: myLatlng,
map: map,
title: »,
icon: ‘//ibaizabalbarri.com/wp-content/uploads/2016/04/marcador-ib.png’,
shadow: »
});
if (infowindow.content != »){
infowindow.open(map, marker);
map.panBy(1,-60);
google.maps.event.addListener(marker, ‘click’, function(event) {
infowindow.open(map, marker);
});
}
}
jQuery(document).ready(function(e) {
google.maps.event.addDomListener(window, ‘load’, initialize);
});