This worked great.
Is it possible to get this same event object from a marker click
event?
I tried to do
google.maps.event.addListener(marker, 'click', function(event){}
but didn't have any luck.
I basically want to get the X,Y in pixels of the mouse click when the
user clicks on a marker.