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(33.7212,-90.5446)};var g_8c964790548498ecbd411aa9fcaf1f5a = new google.maps.Geocoder();g_8c964790548498ecbd411aa9fcaf1f5a.geocode( { 'address': "117 W Floyce St, Ruleville, MS 38771-3923"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ruleville-MS-southern-bancorp').style.display = '';map = new google.maps.Map(document.getElementById('ruleville-MS-southern-bancorp'), mapOptions);}document.getElementById('5313f688').innerHTML += ' | View Map';var $l8c964790548498ecbd411aa9fcaf1f5a = '

Southern Bancorp

Address: 117 W Floyce St, Ruleville, MS 38771-3923
Phone: (662) 756-4343
';var m_8c964790548498ecbd411aa9fcaf1f5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bancorp',});m_8c964790548498ecbd411aa9fcaf1f5a['infowindow'] = new google.maps.InfoWindow({content: $l8c964790548498ecbd411aa9fcaf1f5a});var infowindow = new google.maps.InfoWindow({content: $l8c964790548498ecbd411aa9fcaf1f5a});google.maps.event.addListener(m_8c964790548498ecbd411aa9fcaf1f5a, 'click', function() {infowindow.open(map,m_8c964790548498ecbd411aa9fcaf1f5a);});$marker.push(m_8c964790548498ecbd411aa9fcaf1f5a);}});}google.maps.event.addDomListener(window, 'load', initialize);