> Indeed, now I have an array of markers, but when I click I just get the last > added position of the last marker...
You're not getting function closure on the selected marker, because you're not using a markercreate() or some similar function to get closure on. See this thread http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/30b3f94096ae3e6b/be337ad66dd2c19e -- 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.
