var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng()};var g_202cb962ac59075b964b07152d234b70 = new google.maps.Geocoder();g_202cb962ac59075b964b07152d234b70.geocode( { 'address': "5797 Harvey St, Norton Shores, MI 49444"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norton-shores-MI-community-shores-bank').style.display = '';map = new google.maps.Map(document.getElementById('norton-shores-MI-community-shores-bank'), mapOptions);}document.getElementById('28f6d062').innerHTML += ' | View Map';var $l202cb962ac59075b964b07152d234b70 = '

Community Shores Bank

Address: 5797 Harvey St, Norton Shores, MI 49444
Phone: (231) 780-1800
';var m_202cb962ac59075b964b07152d234b70 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Shores Bank',});m_202cb962ac59075b964b07152d234b70['infowindow'] = new google.maps.InfoWindow({content: $l202cb962ac59075b964b07152d234b70});var infowindow = new google.maps.InfoWindow({content: $l202cb962ac59075b964b07152d234b70});google.maps.event.addListener(m_202cb962ac59075b964b07152d234b70, 'click', function() {infowindow.open(map,m_202cb962ac59075b964b07152d234b70);});$marker.push(m_202cb962ac59075b964b07152d234b70);}});}google.maps.event.addDomListener(window, 'load', initialize);