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(33.8802,-91.4838)};var g_1354c0751e396efa7287aa5f42b89d56 = new google.maps.Geocoder();g_1354c0751e396efa7287aa5f42b89d56.geocode( { 'address': "500 Highway 65 S, Dumas, AR 71639, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dumas-AR-merchants--farmers-bank').style.display = '';map = new google.maps.Map(document.getElementById('dumas-AR-merchants--farmers-bank'), mapOptions);}document.getElementById('a3dc29c7').innerHTML += ' | View Map';var $l1354c0751e396efa7287aa5f42b89d56 = '

Merchants & Farmers Bank

Address: 500 Highway 65 S, Dumas, AR 71639, USA
Phone: (870) 382-4311
';var m_1354c0751e396efa7287aa5f42b89d56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchants & Farmers Bank',});m_1354c0751e396efa7287aa5f42b89d56['infowindow'] = new google.maps.InfoWindow({content: $l1354c0751e396efa7287aa5f42b89d56});var infowindow = new google.maps.InfoWindow({content: $l1354c0751e396efa7287aa5f42b89d56});google.maps.event.addListener(m_1354c0751e396efa7287aa5f42b89d56, 'click', function() {infowindow.open(map,m_1354c0751e396efa7287aa5f42b89d56);});$marker.push(m_1354c0751e396efa7287aa5f42b89d56);}});}google.maps.event.addDomListener(window, 'load', initialize);