For my first use of the newly released Google Maps API, I hooked up our database of churches with Dallas Seminary grads. We've had a "Find a church" list for a while, but this is much more helpful. Try it out:
The one problem I ran into was the number of flags that could be
placed on a page. Below is a picture of what a map looks like with >
300 icons placed on it. It took my P4 3.2 with 1GB RAM about 2 minutes
to load the map. It seems that around 50 is about right for a speedy
map. Here's a snapshot of the map with tons of churches on it:
PS. I relied on Google Maps for geocoding. I wrote some code to
lookup the latitude/longitude data for all the church addresses. After
doing this, I found out that it might be possible to use geocoder for retreiving this data.