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(35.5691,-90.0422)};var g_49aac69e46f47499475d6e92e59113a3 = new google.maps.Geocoder();g_49aac69e46f47499475d6e92e59113a3.geocode( { 'address': "55 Park St, Wilson, AR 72395, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilson-AR-bancorpsouth-branch').style.display = '';map = new google.maps.Map(document.getElementById('wilson-AR-bancorpsouth-branch'), mapOptions);}document.getElementById('f8a6b2ca').innerHTML += ' | View Map';var $l49aac69e46f47499475d6e92e59113a3 = '

BancorpSouth Branch

Address: 55 Park St, Wilson, AR 72395, USA
Phone: (870) 655-8374
';var m_49aac69e46f47499475d6e92e59113a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Branch',});m_49aac69e46f47499475d6e92e59113a3['infowindow'] = new google.maps.InfoWindow({content: $l49aac69e46f47499475d6e92e59113a3});var infowindow = new google.maps.InfoWindow({content: $l49aac69e46f47499475d6e92e59113a3});google.maps.event.addListener(m_49aac69e46f47499475d6e92e59113a3, 'click', function() {infowindow.open(map,m_49aac69e46f47499475d6e92e59113a3);});$marker.push(m_49aac69e46f47499475d6e92e59113a3);}});}google.maps.event.addDomListener(window, 'load', initialize);