The code appears this way because it is be gened via ColdFusion, However; there are errors in the data. It wasn't an issue with the markers; however the infowindow may be different. Or it is like you said, an issue with the total markers. I will follow up as needed.
Thanks On Mar 30, 12:12 am, Andrew Leach <[email protected]> wrote: > On Mar 30, 12:08 am, mynicejob <[email protected]> wrote: > > > > > However, when I try to use more markers, nothing appears. Note: I am > > able to produce over 1000 markers. However, the issues seems to be > > with the info window. See link below. The only difference is in the > > number of Markers. Any suggestions would be great. > > >http://www.saferoutes.com/ZZmapitnow-info8.cfm?hit_it=themap > > I suggest looking at Javascript errors: > > syntax errorhttp://www.saferoutes.com/ZZmapitnow-info8.cfm?hit_it=themap > Line 1743: var point299371 = new GLatLng( , ); > > So your data needs cleansing. You might also consider reducing your > repeated code to a function call which you only have to define once -- > that will reduce the time it takes to download your page. However, > more than 200 markers is not recommended as many browsers find it > difficult to cope with that many. -- 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.
