var markak = new Array (); function gmapa_kargatu (){ var latlng = new google.maps.LatLng (43.26576995849609400000, -2.01747179031372070000); var aukerak = { zoom: 14, 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['a95'] = new google.maps.Marker ({position: new google.maps.LatLng (43.27370452880859400000, -2.01278328895568850000), draggable: false, map: mapa, title: 'Ikatztegieta Jatetxea'}); google.maps.event.addListener (markak['a95'], 'click', function (){ info.setContent ('

Jatetxeak

Ikatztegieta Jatetxea

'); info.open (mapa, markak['a95']); }); markak['a81'] = new google.maps.Marker ({position: new google.maps.LatLng (43.27479934692383000000, -2.01283693313598630000), draggable: false, map: mapa, title: 'Goiegi jatetxea'}); google.maps.event.addListener (markak['a81'], 'click', function (){ info.setContent ('

Jatetxeak

Goiegi jatetxea

'); info.open (mapa, markak['a81']); }); var latlng = new google.maps.LatLng (43.26679611206055000000, -2.02021408081054700000); 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: 'Lasarte Oria'}); } function infoa_ireki (i){ document.location.href = '#gmapantxor'; google.maps.event.trigger (markak[i], 'click'); return (false); } $(document).ready (function (){ gmapa_kargatu (); });