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.1194,-93.0538)};var g_22dcf0f4f3413489593f19a6b7c3a25d = new google.maps.Geocoder();g_22dcf0f4f3413489593f19a6b7c3a25d.geocode( { 'address': "601 Main St, Arkadelphia, AR 71923, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arkadelphia-AR-southern-bancorp-of-ar').style.display = '';map = new google.maps.Map(document.getElementById('arkadelphia-AR-southern-bancorp-of-ar'), mapOptions);}document.getElementById('91edd502').innerHTML += ' | View Map';var $l22dcf0f4f3413489593f19a6b7c3a25d = '

Southern Bancorp of AR

Address: 601 Main St, Arkadelphia, AR 71923, USA
Phone: (870) 246-5811
';var m_22dcf0f4f3413489593f19a6b7c3a25d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bancorp of AR',});m_22dcf0f4f3413489593f19a6b7c3a25d['infowindow'] = new google.maps.InfoWindow({content: $l22dcf0f4f3413489593f19a6b7c3a25d});var infowindow = new google.maps.InfoWindow({content: $l22dcf0f4f3413489593f19a6b7c3a25d});google.maps.event.addListener(m_22dcf0f4f3413489593f19a6b7c3a25d, 'click', function() {infowindow.open(map,m_22dcf0f4f3413489593f19a6b7c3a25d);});$marker.push(m_22dcf0f4f3413489593f19a6b7c3a25d);}});}google.maps.event.addDomListener(window, 'load', initialize);