Avoiding Automatic Movement (“Pan”) When Dissolving Clusters with MarkerClustererPlus in Google Maps

I’m developing a web application that uses the Google Maps API along with the MarkerClustererPlus library to group markers. I’m experiencing an unwanted behavior: whenever I zoom into the map and several clusters dissolve at once, especially when it involves large volumes of markers, the map automatically moves (“pans”) towards the largest sets of ungrouped points. This results in a less than pleasant user experience, as the map moves without direct user intervention.

I want to be able to zoom in on the map and dissolve clusters without the map making automatic movements (“pan”). Is there a way to disable or manually control this behavior so that the map remains static while users zoom in, allowing them to explicitly control the map movement for a smooth and pleasant navigation experience?