A fork of the MarkerClusterer utility for google maps.
The original source: http://code.google.com/p/google-maps-utility-library-v3/wiki/Libraries
At Plank Design, we needed to use the MarkerClusterer for a project.
We needed some added functionality: The ability to have a Cluster display all the info for the Markers in that Cluster. This allowed us to display all the information for events happening at one location.
This modification plays nice with the Zoom On Click functionality already built in to MarkerClusterer.
We are putting it up here in the hopes it can help people, and we'll ping the MarkerClusterer maintainers to allow them to add the code to the official codebase if they so desire, so you might want to check there first before using our fork.
see examples/info_on_click_example.html
to see how it works.