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(34.0859,-93.0457)};var g_3ba0e6d211dbba5f6b63786af5313615 = new google.maps.Geocoder();g_3ba0e6d211dbba5f6b63786af5313615.geocode( { 'address': "109 W P Malone Dr, Arkadelphia, AR 71923"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arkadelphia-AR-southern-bancorp').style.display = '';map = new google.maps.Map(document.getElementById('arkadelphia-AR-southern-bancorp'), mapOptions);}document.getElementById('85092963').innerHTML += ' | View Map';var $l3ba0e6d211dbba5f6b63786af5313615 = '

Southern Bancorp

Address: 109 W P Malone Dr, Arkadelphia, AR 71923
Phone: (870) 246-2488
';var m_3ba0e6d211dbba5f6b63786af5313615 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bancorp',});m_3ba0e6d211dbba5f6b63786af5313615['infowindow'] = new google.maps.InfoWindow({content: $l3ba0e6d211dbba5f6b63786af5313615});var infowindow = new google.maps.InfoWindow({content: $l3ba0e6d211dbba5f6b63786af5313615});google.maps.event.addListener(m_3ba0e6d211dbba5f6b63786af5313615, 'click', function() {infowindow.open(map,m_3ba0e6d211dbba5f6b63786af5313615);});$marker.push(m_3ba0e6d211dbba5f6b63786af5313615);}});}google.maps.event.addDomListener(window, 'load', initialize);