I am working from Google's Marker Clustering guide.
I just want to add a simple event to the markers inside a cluster.
Unfotunately, I cannot use marker.addListener('click', ...
because no marker
variable is declared.
Any idea how to add a click event to multiple markers using the same markup in the clustering guide?
Many thanks!