I don't really understand how your snippet relates to the issue, and your map doesn't load for me (slow connection - can I suggest making a separate map with just the functionality you are trying to get working as a first step? saves people having to wade through reams of irrelevant code and often isolates problems) but I would think that adding the content you are trying to add at the time that you create the infowindow is probably going to be the least problematic route.
I made another example which adds the url to the infowindow and also uses the javascript escape and unescape functions to deal with encoding and decoding the url, meaning that your markers can have any sort of weird characters you like in them: http://www.xelawho.com/map/markurl4.html hope that helps. -- 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.
