> It's actually infobox not infowindow as shown > herehttp://code.google.com/p/google-maps-utility-library-v3/. I don't have > any trouble getting infowindows working I just can't seem to replicate > that behaviour (such ashttp://www.geocodezip.com/v3_markers_infowindows.html) > with the infobox.
I think you just need to approach it in the same way. Have only one, globally accessible, infobox object which you can move, re-populate and close at will. As an aside, I don't think you have properly declared your 'map' global; just not declared it all. In some browsers that will default to a global, in IE it will use the <div> with id='map' instead, which might give unwanted suprises. -- 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.
