NOTE: I\'m using v3 of the Google Maps API
I\'m trying to add an info window to each marker I put on the map. Currently I\'m doing this with the following code:
In My case (Using Javascript insidde Razor) This worked perfectly inside an Foreach loop
google.maps.event.addListener(marker, 'click', function() { marker.info.open(map, this); });