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.8845,-90.7283)};var g_95458099dedf800e701d8bf723ace65a = new google.maps.Geocoder();g_95458099dedf800e701d8bf723ace65a.geocode( { 'address': "202 N Edwards Ave, Mound Bayou, MS 38762"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mound-bayou-MS-southern-bancorp').style.display = '';map = new google.maps.Map(document.getElementById('mound-bayou-MS-southern-bancorp'), mapOptions);}document.getElementById('0f172dd1').innerHTML += ' | View Map';var $l95458099dedf800e701d8bf723ace65a = '

Southern Bancorp

Address: 202 N Edwards Ave, Mound Bayou, MS 38762
Phone: (662) 741-2101
';var m_95458099dedf800e701d8bf723ace65a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bancorp',});m_95458099dedf800e701d8bf723ace65a['infowindow'] = new google.maps.InfoWindow({content: $l95458099dedf800e701d8bf723ace65a});var infowindow = new google.maps.InfoWindow({content: $l95458099dedf800e701d8bf723ace65a});google.maps.event.addListener(m_95458099dedf800e701d8bf723ace65a, 'click', function() {infowindow.open(map,m_95458099dedf800e701d8bf723ace65a);});$marker.push(m_95458099dedf800e701d8bf723ace65a);}});}google.maps.event.addDomListener(window, 'load', initialize);