On Apr 18, 8:41 am, "[email protected]" <[email protected]> wrote: > On Apr 18, 7:47 am, Arash <[email protected]> wrote: > > > that works great I only have one more question (hopefully) : > > How do I add all the formatted html that I had in the open windows? > > Replace the 'schoolXX' string in the structure with the content for > the infoWindow (and change the createMarker function to just put the > html in the infoWindow, currently it concatenates the address and the > html and puts it in there...). Putting those in would have made the > example more confusing. The issue you were having was the "querying > too fast" error, not the infoWindows.
Another option would be to put the infoWindow content in a variable and use that in the structure. http://www.geocodezip.com/example_geomulti_better2a.asp I did the first for schoolA: javascript:map.setCenter(new GLatLng(43.683838,-79.288480),18); and the second for schoolB: javascript:map.setCenter(new GLatLng(43.788483, -79.282084),18); -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
