Marc Thanks now at least I am in the right documentation neighborhood.
I have the LatLng data from the zipcode to create the map Just have to loop the address data rows to create the markers. > that would explain to me how to turn that data into maps. "Geocoding is the process of converting addresses (like "1600 Amphitheatre Parkway, Mountain View, CA") into geographic coordinates (like latitude 37.423021 and longitude -122.083739), which you can use to place markers or position the map. " http://code.google.com/apis/maps/documentation/javascript/ services.html#Geocoding The example on that page should get you started. Marc Guay MobilizeMe -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
