The correct way to do this is to configure the anchorIcon property as follows:
var clusterStyles = [ { height: 64, width: 53, anchorIcon: [20, 140] }, { height: 64, width: 53, anchorIcon: [20, 140] }, { height: 64, width: 53, anchorIcon: [20, 140] } ]; var mcOptions = { styles: clusterStyles }; var markerCluster = new MarkerClusterer(map, markers, mcOptions);
source share