    //<![CDATA[

	
	function loadlat(){
		Anthem_InvokePageMethod(
 'localizacionderecha',
     [],
            function(result) {
				
        if (GBrowserIsCompatible()) {
			var direcciones=result.value.split(",");
        var map = new GMap2(document.getElementById("mapa"));
        map.setCenter(new GLatLng(direcciones[0],direcciones[1]), 13);
		var point= new GLatLng(direcciones[0],direcciones[1]);
  map.addOverlay(new GMarker(point));
      }             
			}
        );
		
	}

var puntos; 
    function load(lat,long,texto) {

    }

    //]]>