Hi All,

So here is the deal. I have a page that has a dynamic array of
addresses that will be loaded at page preload load. Then I want to
loop through this array of addresses and do the following: geocode the
address, place a marker at the location returned by the geocoder,
populate an info window and create a click event for it. Here is a
link to the site as it currently stands.

http://alexnw.com/aspnetprojects/Results.aspx?startDate=5/4/2010&endDate=5/4/2010

When I do it it returns a single marker at the wrong address. I guess
my understanding is that the "geocode" method takes an address (or
latlng) and a handler for the result, but the handler seems to be
being matched with the wrong result? Any insight would be helpful.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-api?hl=en.

Reply via email to