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.5858,-85.1226)};var g_9e765a47c448dd804fb98e8b4c460b63 = new google.maps.Geocoder();g_9e765a47c448dd804fb98e8b4c460b63.geocode( { 'address': "310 N Main St, Nashville, MI 49073"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nashville-MI-hastings-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('nashville-MI-hastings-city-bank'), mapOptions);}document.getElementById('e8d8ac48').innerHTML += ' | View Map';var $l9e765a47c448dd804fb98e8b4c460b63 = '

Hastings City Bank

Address: 310 N Main St, Nashville, MI 49073
Phone: (517) 852-0790
';var m_9e765a47c448dd804fb98e8b4c460b63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hastings City Bank',});m_9e765a47c448dd804fb98e8b4c460b63['infowindow'] = new google.maps.InfoWindow({content: $l9e765a47c448dd804fb98e8b4c460b63});var infowindow = new google.maps.InfoWindow({content: $l9e765a47c448dd804fb98e8b4c460b63});google.maps.event.addListener(m_9e765a47c448dd804fb98e8b4c460b63, 'click', function() {infowindow.open(map,m_9e765a47c448dd804fb98e8b4c460b63);});$marker.push(m_9e765a47c448dd804fb98e8b4c460b63);}});}google.maps.event.addDomListener(window, 'load', initialize);