Is there any way how to get event when marker opened? In map I have about two thousands markers and each have own streetview in infobox. Streetview have source in google api, so page loading is too slow (2000+ streetview images loading in one moment). There is something like this (asynchronous loading)?
$(window).bind('eventWhenMarkerWasOpened', function(){
$('#infowindow').append('<img src="here is path to streetview google api" />');
});
There is a domready-event for the infobox that should be a good place to extend the contents of the infobox: