Google maps: infowindow is not closing
问题 My infowindows are not closing automatically when i click on the other marker.. here the code : http://pastebin.com/PvCt2z7W here is the code for markers with infowindows for (var n = 0 ; n <listFavourite.length ; n++) //var favouriteObject =listFavourite[n]; addMarker(listFavourite[n]); } function addMarker(data) { var marker = new google.maps.Marker({ position: new google.maps.LatLng(data.lattitude, data.longitude), map: map, title: data.address }); var contentString = '<div id="content">'+