Why marker's info window doesn't show?
By default, an info window is displayed when a user taps on a marker if the marker has a title set.
Make sure your .title(bundle.getString("clubNmae")
is returning not null value otherwise you cannot see the info window when clicking on the marker.