> Is there anyway to automatically move the marker so that it always stays within
> view when the user zooms in to a location?
I see there is a bounds_changed event listed for the map object
I assume that one possible way would be to add a listener for when the
bounds have changed that sets the marker's position to the new map
center.
(which would do the same for if the map was dragged or moved in any
other way - possibly the zoom_changed event would be more useful...)