Are there specific event listeners for panning or zooming the Google Map, in addition to the mouseover, mouseout, and click events?
UPDATE:
I tried using 'center_changed', but it didn't work the way I expected. Whenever I move the mouse over the map and then pan, the event is triggered. However, the event is constantly triggered even when I am not actively panning, just moving the cursor over the map. The cursor remains a fist icon rather than changing to a hand. What could be causing this issue?