I have code working plotting markers on the map, but when I try to add
info windows to these markers I am getting the error
"google.maps.InfoWindow is not a contructor". The other objects GMap2,
GIcon, etc. are all working fine. Do I need to include an additional
library or something to use InfoWindow?
I have cut the code back to the bare bones to try to isolate the
problem. The window isn't even being triggered here, I just want to
get past the constructor problem. If I remove that "var iw=" line then
all works fine again.