Skip to content

Instantly share code, notes, and snippets.

View mbarker84's full-sized avatar

Michelle Barker mbarker84

View GitHub Profile
// Set Google Map Markers to Front On Click
marker.addListener('click', function() {
marker.setZIndex(google.maps.Marker.MAX_ZINDEX + 1);
)};