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.6669,-94.1228)};var g_3e81124c75e55e8e2ae60e11257cb908 = new google.maps.Geocoder();g_3e81124c75e55e8e2ae60e11257cb908.geocode( { 'address': "611 E Wood St, Ashdown, AR 71822, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashdown-AR-bancorpsouth-branch').style.display = '';map = new google.maps.Map(document.getElementById('ashdown-AR-bancorpsouth-branch'), mapOptions);}document.getElementById('ffa8b6b5').innerHTML += ' | View Map';var $l3e81124c75e55e8e2ae60e11257cb908 = '

BancorpSouth Branch

Address: 611 E Wood St, Ashdown, AR 71822, USA
Phone: (870) 898-3073
';var m_3e81124c75e55e8e2ae60e11257cb908 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Branch',});m_3e81124c75e55e8e2ae60e11257cb908['infowindow'] = new google.maps.InfoWindow({content: $l3e81124c75e55e8e2ae60e11257cb908});var infowindow = new google.maps.InfoWindow({content: $l3e81124c75e55e8e2ae60e11257cb908});google.maps.event.addListener(m_3e81124c75e55e8e2ae60e11257cb908, 'click', function() {infowindow.open(map,m_3e81124c75e55e8e2ae60e11257cb908);});$marker.push(m_3e81124c75e55e8e2ae60e11257cb908);}});}google.maps.event.addDomListener(window, 'load', initialize);