Hi, See this section of the documentation about placing markers on a map: http://code.google.com/apis/maps/documentation/v3/overlays.html#Markers And this one about geocoding addresses: http://code.google.com/apis/maps/documentation/v3/services.html#Geocoding
You'll need to retrieve that data from your database, feed the addresses to the geocoder, and initialize a map and markers. Hope this helps, Susannah On Nov 12, 4:35 am, mpamike <[email protected]> wrote: > I want a map showing a pin or some other marker for each address of > our club members. I have a database of addresses and can format it any > way needed. -- 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.
