Event Details

Date

April 23, 2022

Time

Starts 11:00 AM Ends 1:00 PM

View Schedule

Location

'; var image = 'https://www.cohosociety.com/wp-content/themes/cohosociety/images/map-marker.png'; var infowindow = new google.maps.InfoWindow({ content: contentString, maxWidth: 500 }); var marker = new google.maps.Marker({ position: map.getCenter(), map: map, icon: image }); map.setOptions({styles: stylesArray}); marker.addListener('click', function() { infowindow.open(map, marker); }); } //]]>