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.216,-94.2692)};var g_75cb0ad45d3db637b5c6dfb7af5c12bd = new google.maps.Geocoder();g_75cb0ad45d3db637b5c6dfb7af5c12bd.geocode( { 'address': "803 W Center St, Greenwood, AR 72936, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwood-AR-bancorpsouth-branch').style.display = '';map = new google.maps.Map(document.getElementById('greenwood-AR-bancorpsouth-branch'), mapOptions);}document.getElementById('77980d0f').innerHTML += ' | View Map';var $l75cb0ad45d3db637b5c6dfb7af5c12bd = '

BancorpSouth Branch

Address: 803 W Center St, Greenwood, AR 72936, USA
Phone: (479) 996-9082
';var m_75cb0ad45d3db637b5c6dfb7af5c12bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Branch',});m_75cb0ad45d3db637b5c6dfb7af5c12bd['infowindow'] = new google.maps.InfoWindow({content: $l75cb0ad45d3db637b5c6dfb7af5c12bd});var infowindow = new google.maps.InfoWindow({content: $l75cb0ad45d3db637b5c6dfb7af5c12bd});google.maps.event.addListener(m_75cb0ad45d3db637b5c6dfb7af5c12bd, 'click', function() {infowindow.open(map,m_75cb0ad45d3db637b5c6dfb7af5c12bd);});$marker.push(m_75cb0ad45d3db637b5c6dfb7af5c12bd);}});}google.maps.event.addDomListener(window, 'load', initialize);