var markak = new Array (); function gmapa_kargatu (){ var latlng = new google.maps.LatLng (43.09257888793945000000, -2.31335258483886700000); var aukerak = { zoom: 16, 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['a108'] = new google.maps.Marker ({position: new google.maps.LatLng (43.09311294555664000000, -2.31315946578979500000), draggable: false, map: mapa, title: 'GazteleKU (gaztetxea)'}); google.maps.event.addListener (markak['a108'], 'click', function (){ info.setContent ('

Tabernak

GazteleKU (gaztetxea)

'); info.open (mapa, markak['a108']); }); markak['a107'] = new google.maps.Marker ({position: new google.maps.LatLng (43.09270858764648400000, -2.31371212005615230000), draggable: false, map: mapa, title: 'Osaba'}); google.maps.event.addListener (markak['a107'], 'click', function (){ info.setContent ('

Tabernak

Osaba

'); info.open (mapa, markak['a107']); }); markak['a104'] = new google.maps.Marker ({position: new google.maps.LatLng (43.09228515625000000000, -2.31520223617553700000), draggable: false, map: mapa, title: 'Fox'}); google.maps.event.addListener (markak['a104'], 'click', function (){ info.setContent ('

Tabernak

Fox

'); info.open (mapa, markak['a104']); }); markak['a205'] = new google.maps.Marker ({position: new google.maps.LatLng (43.09242248535156000000, -2.31481170654296880000), draggable: false, map: mapa, title: 'Motx'}); google.maps.event.addListener (markak['a205'], 'click', function (){ info.setContent ('

Tabernak

Motx

'); info.open (mapa, markak['a205']); }); markak['a203'] = new google.maps.Marker ({position: new google.maps.LatLng (43.09297180175781000000, -2.31452202796936040000), draggable: false, map: mapa, title: 'Goiko kale'}); google.maps.event.addListener (markak['a203'], 'click', function (){ info.setContent ('

Jatetxeak

Goiko kale

'); info.open (mapa, markak['a203']); }); markak['a105'] = new google.maps.Marker ({position: new google.maps.LatLng (43.09247589111328000000, -2.31511735916137700000), draggable: false, map: mapa, title: 'Laket'}); google.maps.event.addListener (markak['a105'], 'click', function (){ info.setContent ('

Tabernak

Laket

'); info.open (mapa, markak['a105']); }); markak['a90'] = new google.maps.Marker ({position: new google.maps.LatLng (43.09244155883789000000, -2.31478929519653300000), draggable: false, map: mapa, title: 'Motx'}); google.maps.event.addListener (markak['a90'], 'click', function (){ info.setContent ('

Tabernak

Motx

'); info.open (mapa, markak['a90']); }); var latlng = new google.maps.LatLng (43.09222030639648400000, -2.31618499755859380000); var aukerak = { zoom: 9, 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: 'Urretxu'}); } function infoa_ireki (i){ document.location.href = '#gmapantxor'; google.maps.event.trigger (markak[i], 'click'); return (false); } $(document).ready (function (){ gmapa_kargatu (); });