From GamingWiki
Line 68: | Line 68: | ||
if (status == google.maps.GeocoderStatus.OK) { | if (status == google.maps.GeocoderStatus.OK) { | ||
var latlng = results[0].geometry.location; | var latlng = results[0].geometry.location; | ||
− | addMarker(latlng, title, | + | addMarker(latlng, title, descId); |
} else { | } else { | ||
alert(address + " not found: "+results[0]+"; "+status); | alert(address + " not found: "+results[0]+"; "+status); |