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(44.6567,-83.2899)};var g_5bbb459010a97f369de3623df112eaea = new google.maps.Geocoder();g_5bbb459010a97f369de3623df112eaea.geocode( { 'address': "423 E Main St, Harrisville, MI 48740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisville-MI-huron-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('harrisville-MI-huron-community-bank'), mapOptions);}document.getElementById('aed4fa75').innerHTML += ' | View Map';var $l5bbb459010a97f369de3623df112eaea = '

Huron Community Bank

Address: 423 E Main St, Harrisville, MI 48740, USA
Phone: (989) 724-6719
';var m_5bbb459010a97f369de3623df112eaea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huron Community Bank',});m_5bbb459010a97f369de3623df112eaea['infowindow'] = new google.maps.InfoWindow({content: $l5bbb459010a97f369de3623df112eaea});var infowindow = new google.maps.InfoWindow({content: $l5bbb459010a97f369de3623df112eaea});google.maps.event.addListener(m_5bbb459010a97f369de3623df112eaea, 'click', function() {infowindow.open(map,m_5bbb459010a97f369de3623df112eaea);});$marker.push(m_5bbb459010a97f369de3623df112eaea);}});}google.maps.event.addDomListener(window, 'load', initialize);