You should not use location as the name of variable, because location is the name of a window object. It's easy to confuse a browser this way.
What you can do is this: var loc = ["Rani Ki Vav or Queens stepwell","Sahasralinga Talav", ....]; Fürther: You should make sure that GLatLng() gets the right types. You define strings in your arrays, GLatLng() expects floats. On Jan 24, 3:19 pm, panore <[email protected]> wrote: > Hello friends, > > I had created the google map by assigning an array of strings. > > the problem is this it creates the map properly but does not shows the > tooltip and openinfowindowhtml details In Firefos > > the page is uploaded on the following URL.http://www.cybersurf.in/stuff/a.htm > > as well as google map does not shows the marker in the IE > > It seems that there is some problem in defining an array of > "location" in the header. > > thanks > Sunil --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
