I am using RichMarker for Google Maps v3 as found at https://googlemaps.github.io/js-rich-marker/reference.html
I have successfully been able to register clicking on
google.maps.event.addListener(richMarker, 'click', function(event) { // your stuff here event.preventDefault(); event.stopPropagation(); event.preventDefault(); });