var markak = new Array (); function gmapa_kargatu (){ var latlng = new google.maps.LatLng (43.09766387939453000000, -2.37995624542236330000); var aukerak = { zoom: 15, center: latlng, mapTypeId: google.maps.MapTypeId.HYBRID, mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU }, navigationControlOptions: { style: google.maps.NavigationControlStyle.SMALL }, scrollwheel: false }; var mapa = new google.maps.Map (document.getElementById ("gmapa"), aukerak); var info = new google.maps.InfoWindow (); markak['a373'] = new google.maps.Marker ({position: new google.maps.LatLng (43.09834671020508000000, -2.38228440284729000000), draggable: false, map: mapa, title: 'Antzuolako Gaztetxia'}); google.maps.event.addListener (markak['a373'], 'click', function (){ info.setContent ('

Tabernak

Antzuolako Gaztetxia

'); info.open (mapa, markak['a373']); }); markak['a370'] = new google.maps.Marker ({position: new google.maps.LatLng (43.09836959838867000000, -2.38224148750305180000), draggable: false, map: mapa, title: 'Antzuolako Gaztetxia'}); google.maps.event.addListener (markak['a370'], 'click', function (){ info.setContent ('

Kultur guneak

Antzuolako Gaztetxia

'); info.open (mapa, markak['a370']); }); markak['a368'] = new google.maps.Marker ({position: new google.maps.LatLng (43.09665679931640600000, -2.37688255310058600000), draggable: false, map: mapa, title: 'Ibarre nekazal etxea'}); google.maps.event.addListener (markak['a368'], 'click', function (){ info.setContent ('

Ostatuak

Ibarre nekazal etxea

'); info.open (mapa, markak['a368']); }); markak['a371'] = new google.maps.Marker ({position: new google.maps.LatLng (43.09766387939453000000, -2.37995624542236330000), draggable: false, map: mapa, title: 'Torresoroa'}); google.maps.event.addListener (markak['a371'], 'click', function (){ info.setContent ('

Kultur guneak

Torresoroa

'); info.open (mapa, markak['a371']); }); var latlng = new google.maps.LatLng (43.09785079956055000000, -2.38042831420898440000); var aukerak = { zoom: 8, center: latlng, mapTypeId: google.maps.MapTypeId.ROADMAP, mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU }, navigationControlOptions: { style: google.maps.NavigationControlStyle.SMALL }, scrollwheel: false }; var mapa_eskubia = new google.maps.Map (document.getElementById ("gmapa_eskubia"), aukerak); var marka = new google.maps.Marker ({position: latlng, draggable: false, map: mapa_eskubia, title: 'Antzuola'}); } function infoa_ireki (i){ document.location.href = '#gmapantxor'; google.maps.event.trigger (markak[i], 'click'); return (false); } $(document).ready (function (){ gmapa_kargatu (); });