We are in Ayala valley, located at the northwest of Alava province, among Biscay on the northern part, south and east; and Burgos in the western part and south. Know us in Larrazabal, 18 - B, Llodio.
function loadMap(){ if (GBrowserIsCompatible()) { var map = new GMap2(document.getElementById("googleMaps")); map.addControl(new GOverviewMapControl()); map.addControl(new GLargeMapControl()); map.addControl(new GMapTypeControl()); map.enableDoubleClickZoom(); map.setMapType(); var centro = new GLatLng(43.142846285580724,-3.0012524127960205); map.setCenter(centro, 3); //Da problemas con la validación XHTML var html = ""; marker = new GMarker(new GLatLng(43.142846285580724,-3.0012524127960205)); map.openInfoWindowHtml(new GLatLng(43.142846285580724,-3.0012524127960205), html); map.addOverlay(marker); } }





