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.8887,-91.4909)};var g_4b459ea1a5917be436df5f0bd5b3c4ad = new google.maps.Geocoder();g_4b459ea1a5917be436df5f0bd5b3c4ad.geocode( { 'address': "130 W Waterman St, Dumas, AR 71639"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dumas-AR-merchants-farmers').style.display = '';map = new google.maps.Map(document.getElementById('dumas-AR-merchants-farmers'), mapOptions);}document.getElementById('c2c2bc03').innerHTML += ' | View Map';var $l4b459ea1a5917be436df5f0bd5b3c4ad = '

Merchants & Farmers

Address: 130 W Waterman St, Dumas, AR 71639
Phone: (870) 382-8800
';var m_4b459ea1a5917be436df5f0bd5b3c4ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchants & Farmers',});m_4b459ea1a5917be436df5f0bd5b3c4ad['infowindow'] = new google.maps.InfoWindow({content: $l4b459ea1a5917be436df5f0bd5b3c4ad});var infowindow = new google.maps.InfoWindow({content: $l4b459ea1a5917be436df5f0bd5b3c4ad});google.maps.event.addListener(m_4b459ea1a5917be436df5f0bd5b3c4ad, 'click', function() {infowindow.open(map,m_4b459ea1a5917be436df5f0bd5b3c4ad);});$marker.push(m_4b459ea1a5917be436df5f0bd5b3c4ad);}});}google.maps.event.addDomListener(window, 'load', initialize);