var map = new GMap2(document.getElementById("map"));
var geocod身每损美员她量er = new GClientGeocoder();
function showAddress(addr来自ess) {
geocoder.getLatLng(
address,
function(point) {
if (!point) {
alert(address + " not found");
} else {
map.setCenter(point, 13);
var marker = new GMarker(point);
map.addOverlay(marke特元r);
marker.openInfoWindowHtml(address);
}
}
);
}