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(39.2994,-93.8122)};var g_5420e50e9c310733c645355738bd9d47 = new google.maps.Geocoder();g_5420e50e9c310733c645355738bd9d47.geocode( { 'address': "301 NE 2nd St, Hardin, MO 64035"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hardin-MO-merchants-farmers-bank').style.display = '';map = new google.maps.Map(document.getElementById('hardin-MO-merchants-farmers-bank'), mapOptions);}document.getElementById('d3c31cef').innerHTML += ' | View Map';var $l5420e50e9c310733c645355738bd9d47 = '

Merchants & Farmers Bank

Address: 301 NE 2nd St, Hardin, MO 64035
Phone: (660) 398-4312
';var m_5420e50e9c310733c645355738bd9d47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchants & Farmers Bank',});m_5420e50e9c310733c645355738bd9d47['infowindow'] = new google.maps.InfoWindow({content: $l5420e50e9c310733c645355738bd9d47});var infowindow = new google.maps.InfoWindow({content: $l5420e50e9c310733c645355738bd9d47});google.maps.event.addListener(m_5420e50e9c310733c645355738bd9d47, 'click', function() {infowindow.open(map,m_5420e50e9c310733c645355738bd9d47);});$marker.push(m_5420e50e9c310733c645355738bd9d47);}});}google.maps.event.addDomListener(window, 'load', initialize);