> var = new siteLatLng google.maps.LatLng (sites [1], sites [2]);

That looks like an example of the difficulties with pasting code,
rather than providing links to the real thing.  Help others to help
you, make it easier for them and you get more help.

> It seems to me the infowindow for each marker. Now, for every marker I
> need to find the address ...
> I tried with geocode, but I do not work! How can I do?

I think you'd want to reverse-geocode your lat/longs to addresses.
http://code.google.com/apis/maps/documentation/javascript/services.html#ReverseGeocoding
you might do that when opening the infowindow

-- 
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.

Reply via email to