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.6189,-97.2687)};var g_2de9510e1e3407392704c453337c1481 = new google.maps.Geocoder();g_2de9510e1e3407392704c453337c1481.geocode( { 'address': "203 S Robinson Ave, Hartington, NE 68739, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hartington-NE-farmers--merchants-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('hartington-NE-farmers--merchants-state-bank'), mapOptions);}document.getElementById('52a1bfd3').innerHTML += ' | View Map';var $l2de9510e1e3407392704c453337c1481 = '

Farmers & Merchants State Bank

Address: 203 S Robinson Ave, Hartington, NE 68739, USA
Phone: (402) 254-2488
';var m_2de9510e1e3407392704c453337c1481 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants State Bank',});m_2de9510e1e3407392704c453337c1481['infowindow'] = new google.maps.InfoWindow({content: $l2de9510e1e3407392704c453337c1481});var infowindow = new google.maps.InfoWindow({content: $l2de9510e1e3407392704c453337c1481});google.maps.event.addListener(m_2de9510e1e3407392704c453337c1481, 'click', function() {infowindow.open(map,m_2de9510e1e3407392704c453337c1481);});$marker.push(m_2de9510e1e3407392704c453337c1481);}});}google.maps.event.addDomListener(window, 'load', initialize);