Google Maps API + ジオコーダー

現在、Google Maps APIにはジオコーディング(住所や目標物名を入力することにより、その位置を表示)機能がない(The Google Maps API does not include geocoding or routing services at this time, though there are a number of free geocoders on the Web. )。
そこで、Google Maps APIを利用する時は、必ず緯度経度に変換して、地図を表示する必要があるわけだが、以下のWebサービスSOAP版)を利用すれば、住所から緯度経度に変換ができるので、Google Maps APIと組み合わせることにより、住所から直接、Google Mapsを表示することが可能となる。

http://www.geoap.jp/service/trial/trial_adrmatch.htm

ちなみにこういうのもある。
http://www.tkl.iis.u-tokyo.ac.jp/~sagara/geocode/overview.html
http://d.hatena.ne.jp/uda/20050731#p1

逆ジオコーディング(緯度経度 → 住所)のREST版というのもあるようだ。
http://www.knya.net/archives/2005/07/rest.html