You already have a discussion open on this same subject: http://groups.google.com/group/Google-Maps-API/browse_thread/thread/4882afc85162d736/c26e50db2c32600a#c26e50db2c32600a
All you need to do is register the appropriate InfoWindow for each window when you create it and use a global variable with the current marker number. Use a JavaScript Previous() or Next() function reference in your InfoWindow to trigger the appropriate marker event. e.g. GEvent.trigger(lrmarker[arrayindex],'click'); I would again refer you to the example in http://www.lanerealty.com.au/HomesMap.html that I suspect does what you want! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
