codice:
function aggMarker(){
map.addOverlay(createMarker(new GLatLng(<%=lat%>,<%=lon%>), <%=desc%>));
}
Roby