If you have an array of markers[] and you access your map page with the URL http://...../mappage.html?index=3
then you can parse out the value for index, then show marker[3] with all its information and hide the rest. call it with ...?index=7 and you show marker[7] with all its information and hide the rest You already have the wherewithal to show one lot of info and hide the rest so it's 'just' a question of calling that function with the appropriate parameter after you've initialized the page. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
