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.4062,-90.8977)};var g_921f758ead6f45e731bee1d1c7553ef9 = new google.maps.Geocoder();g_921f758ead6f45e731bee1d1c7553ef9.geocode( { 'address': "323 Highway 82 E, Leland, MS 38756"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leland-MS-southern-bancorp-bank').style.display = '';map = new google.maps.Map(document.getElementById('leland-MS-southern-bancorp-bank'), mapOptions);}document.getElementById('0a4398e4').innerHTML += ' | View Map';var $l921f758ead6f45e731bee1d1c7553ef9 = '

Southern Bancorp Bank

Address: 323 Highway 82 E, Leland, MS 38756
Phone: (662) 686-6966
';var m_921f758ead6f45e731bee1d1c7553ef9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bancorp Bank',});m_921f758ead6f45e731bee1d1c7553ef9['infowindow'] = new google.maps.InfoWindow({content: $l921f758ead6f45e731bee1d1c7553ef9});var infowindow = new google.maps.InfoWindow({content: $l921f758ead6f45e731bee1d1c7553ef9});google.maps.event.addListener(m_921f758ead6f45e731bee1d1c7553ef9, 'click', function() {infowindow.open(map,m_921f758ead6f45e731bee1d1c7553ef9);});$marker.push(m_921f758ead6f45e731bee1d1c7553ef9);}});}google.maps.event.addDomListener(window, 'load', initialize);