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.2682,-84.943)};var g_5a82e1764dd93b64072fcde33fd4b38f = new google.maps.Geocoder();g_5a82e1764dd93b64072fcde33fd4b38f.geocode( { 'address': "124 W Michigan Ave, Marshall, MI 49068"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marshall-MI-hastings-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('marshall-MI-hastings-city-bank'), mapOptions);}document.getElementById('41eb96a2').innerHTML += ' | View Map';var $l5a82e1764dd93b64072fcde33fd4b38f = '

Hastings City Bank

Address: 124 W Michigan Ave, Marshall, MI 49068
Phone: (269) 558-0994
';var m_5a82e1764dd93b64072fcde33fd4b38f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hastings City Bank',});m_5a82e1764dd93b64072fcde33fd4b38f['infowindow'] = new google.maps.InfoWindow({content: $l5a82e1764dd93b64072fcde33fd4b38f});var infowindow = new google.maps.InfoWindow({content: $l5a82e1764dd93b64072fcde33fd4b38f});google.maps.event.addListener(m_5a82e1764dd93b64072fcde33fd4b38f, 'click', function() {infowindow.open(map,m_5a82e1764dd93b64072fcde33fd4b38f);});$marker.push(m_5a82e1764dd93b64072fcde33fd4b38f);}});}google.maps.event.addDomListener(window, 'load', initialize);