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(42.6476,-85.288)};var g_35fd51d1e96fbe2f28760472a381534a = new google.maps.Geocoder();g_35fd51d1e96fbe2f28760472a381534a.geocode( { 'address': "150 W Court St, Hastings, MI 49058, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hastings-MI-hcb-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('hastings-MI-hcb-financial-corporation'), mapOptions);}document.getElementById('a54d7ec6').innerHTML += ' | View Map';var $l35fd51d1e96fbe2f28760472a381534a = '

HCB Financial Corporation

Address: 150 W Court St, Hastings, MI 49058, USA
Phone: (269) 945-2401
';var m_35fd51d1e96fbe2f28760472a381534a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HCB Financial Corporation',});m_35fd51d1e96fbe2f28760472a381534a['infowindow'] = new google.maps.InfoWindow({content: $l35fd51d1e96fbe2f28760472a381534a});var infowindow = new google.maps.InfoWindow({content: $l35fd51d1e96fbe2f28760472a381534a});google.maps.event.addListener(m_35fd51d1e96fbe2f28760472a381534a, 'click', function() {infowindow.open(map,m_35fd51d1e96fbe2f28760472a381534a);});$marker.push(m_35fd51d1e96fbe2f28760472a381534a);}});}google.maps.event.addDomListener(window, 'load', initialize);