Google map V3 markers not visible within visible boundary in android

A

AC Question

I've implemented Google-map-api-v3 MarkerClusterer to show some events according to the location. Markerclusterer works properly. When user tries to de-cluster(i.e., on clicking the marker cluster/changing the zoom level), individual marker objects appear. But the problem is the markers are not visible within the boundary. User has to scroll to the see the markers.
Is there a way to set focus to a marker when user clicks the cluster?