function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
var p = new GLatLng(36.746501, -3.278689);
map.addControl(new GLargeMapControl3D());
map.addControl(new GMenuMapTypeControl());
map.setCenter(p, 15, G_HYBRID_MAP);
map.addOverlay(createMarkerX(new GLatLng(36.743884, -3.285862),1, "Vista desde la torre de Cautor
", "http://www.viajesvirtuales.es1/78/vista_desde_la_torre_de_cautor_la_mamola_granada_espana_turismo_rural.html"));
map.addOverlay(createMarkerX(new GLatLng(36.743948, -3.283324),2, "Vista desde la playa, bajo la torre de Cautor
", "http://www.viajesvirtuales.es1/82/vista_desde_la_playa_bajo_la_torre_de_cautor_la_mamola_granada_espana_turismo_rural.html"));
map.addOverlay(createMarkerX(new GLatLng(36.745644, -3.279883),3, "Vista desde la playa
", "http://www.viajesvirtuales.es1/84/vista_desde_la_playa_la_mamola_granada_espana_turismo_rural.html"));
}
}