var map,exml,abbaIcon,markerOptions;function MyCreateMarker(a,c,e,d){var b;markerOptions.title=c;b=new GMarker(a,markerOptions);GEvent.addListener(b,"click",function(){sT._link($(e).attr("href"));nT._link($(e).attr("href"));return false});map.addOverlay(b)}$(document).ready(function(){function a(d){if(GBrowserIsCompatible()){var c;c=new GIcon();c.image="http://www.abbahoteles.com/img/googlemaps/icon_googlehotel_new.png";c.iconSize=new GSize(32,32);c.iconAnchor=new GPoint(16,32);c.infoWindowAnchor=new GPoint(16,0);markerOptions={icon:c,title:""};map=new GMap2(document.getElementById("googlemap"));map.setCenter(new GLatLng(45.274886,0.8789065),10);map.addControl(new GSmallMapControl());map.addControl(new GMapTypeControl());map.addControl(new GScaleControl());exml=new EGeoXml("exml",map,d,{createmarker:MyCreateMarker});exml.parse()}}var b=$("#divMapaInfo")[0];$("map[@name$='imgMapaEuropa'] area").click(function(){var c;c=$(this).attr("href");if(c.indexOf("kml.aspx")>=0){$(".googleborder").block({message:b,css:{width:"90%",height:"85%",backgroundColor:"#FFCE1A"}});a($(this).attr("href"))}else{if(c=="#"){}else{sT._link(c);nT._link(c)}}return false});$("#divMapaInfo a:first").click(function(){$(".googleborder").block();$(".googleborder").unblock();return false})});