It would be cool if we could select a bunch of markers by simply drawing a rectangle over them.
The implementation could go along the lines of http://stackoverflow.com/questions/14708880/rectangle-selection-of-svg-elements-for-raphael
and http://jsfiddle.net/Wrajf/348/
The cherry on top of the cake would be attaching some callbacks to the selection, signalling the selection has started, is still underway, or has finished.