Hi,
Looks to me like you haven't added a listener.
This is from the working page.
google.maps.event.addListener(marker, 'click', function() {
infowindow.setContent(contentString);
infowindow.open(map,marker);
});
On Apr 13, 9:43 am, tommaso <
tcole...@gmail.com> wrote:
> Hello,
> i'm looking to resolve this issue:
> i made this pagehttp://
www.unforgettablerome.it/prova5.htmlwith 3
> marker and infowindow.
>
> i would like that when the page load come out one infowindow that is
> allready in the code
> var marker = createMarker(point,'<div style="width:
> 200px"><CENTER><font size="2" face="Georgia, Arial"><b><font
> color="#ff0000">Unforgettable Rome B&B</b></font></font><br>via A.
> Ferrara 12<br> 00165 Roma (ITALIA)</CENTER><\/div>')
>
> i tried with another maphttp://
www.unforgettablerome.it/prova3.html