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.7481,-92.2765)};var g_d6dc4f62c31715e94327de9495dea980 = new google.maps.Geocoder();g_d6dc4f62c31715e94327de9495dea980.geocode( { 'address': "8924 Kanis Rd, Little Rock, AR 72205"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('little-rock-AR-southern-bancorp-inc').style.display = '';map = new google.maps.Map(document.getElementById('little-rock-AR-southern-bancorp-inc'), mapOptions);}document.getElementById('a5b5a588').innerHTML += ' | View Map';var $ld6dc4f62c31715e94327de9495dea980 = '

Southern Bancorp Inc

Address: 8924 Kanis Rd, Little Rock, AR 72205
Phone: (501) 372-4201
';var m_d6dc4f62c31715e94327de9495dea980 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bancorp Inc',});m_d6dc4f62c31715e94327de9495dea980['infowindow'] = new google.maps.InfoWindow({content: $ld6dc4f62c31715e94327de9495dea980});var infowindow = new google.maps.InfoWindow({content: $ld6dc4f62c31715e94327de9495dea980});google.maps.event.addListener(m_d6dc4f62c31715e94327de9495dea980, 'click', function() {infowindow.open(map,m_d6dc4f62c31715e94327de9495dea980);});$marker.push(m_d6dc4f62c31715e94327de9495dea980);}});}google.maps.event.addDomListener(window, 'load', initialize);