On Nov 14, 7:59 am, jeff rich <[email protected]> wrote: > Hello All, > > I'm trying to put together a map that will have about 50-60 info windows > with an image and text for each marker. > > I can't seem to get past one marker info window though...both of them won't > work at once. I'm sure it's an error in my code. > > Can anyone be of assistance? I just need to be able to put more than one > marker/info window on the map.
All your marker and infowindow variables have the same name. Working examples of multi-marker/infowindow maps (ported to v3 from Mike Williams' v2 tutorial): http://www.geocodezip.com/v3_MW_example_map1.html http://www.geocodezip.com/v3_MW_example_map2.html http://www.geocodezip.com/v3_MW_example_map3.html See http://www.geocodezip.com for more examples and links to Mike's tutorial pages that explain them. -- Larry > > Thanks, > Jeff > > http://www.jeffreyrich.com/maptest_a.html -- 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.
