// JavaScript Document //<![CDATA[    var marca = "";    var html_hasta = "";        	    function load() {      if (GBrowserIsCompatible()) {      	var map = new GMap2(document.getElementById("ubicacion"));		    var centro = new GLatLng(42.8310,-2.65675);    		var tics = new GLatLng(42.8310,-2.65679);		 		var controles = new GSmallMapControl();    		marca = new GMarker(tics);    		var html = "<strong>ALUTEC, Aluminios del Norte, S.L.</strong><br /><span class='nota'> Aratz, 24<br />Teléfono: 945 23 09 53 - Fax: 945 15 47 11<br/>Indicaciones: <a href='javascript:hastaAqui()'>Como llegar hasta aquí</a></span>";    		html_hasta = html + "<br /><span class='nota'>Dirección de origen (Calle y Ciudad de origen)</span><form action='http://maps.google.es/maps' method='get' target='_blank'><input type='text' SIZE=40 MAXLENGTH=40 name='saddr' id='saddr' value='' /><br /><INPUT value='Como llegar' TYPE='SUBMIT' class='boton'><input type='hidden' name='daddr' value='"+tics.lat()+","+tics.lng()+"' />";        map.setCenter(centro, 17);        map.addOverlay(marca);        map.addControl(controles);        map.setMapType(G_HYBRID_MAP);      	//map.openInfoWindowHtml(tics,html);      	marca.openInfoWindowHtml(html);      	GEvent.addListener(marca, "click", function() {marca.openInfoWindowHtml(html);});      }else {      	var divmap = document.getElementById("map");      	var imgmap = document.createElement("img");      	imgmap.setAttribute("src","rw_common/themes/MultiWhiteShadow/images/situacion_alutec.jpg");      	imgmap.setAttribute("alt","Mapa de localización de ALUTEC - Aluminios del Norte, S.L.");      	divmap.appendChild(imgmap);      	alert("Lo siento Google Maps no es compatible con este navegador");    	}    }    function hastaAqui() {        marca.openInfoWindowHtml(html_hasta);    }    //]]>  	<!--	document.write("<div id='ubicacion' ></div>"); 	//-->
