Hi Ian,
I am trying to use the MarkerClusterer utility library with you plugin:
http://gmaps-utility-library.googlecode.com/svn/trunk/markerclusterer/1.0/docs/reference.html
And I was wondering what would be a good way to go about it. I wouldn't want to start hardcoding into the plugin core.php file but not sure how to implement it from functions.php
Other than including the library itself, MarkerClusterer should only require one line of code along the lines of:
var markerCluster = new MarkerClusterer(map, markers);
Where markers is an array of placemarks.
Any ideas?
http://wordpress.org/extend/plugins/basic-google-maps-placemarks/