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(30.8559,-89.136)};var g_332490cd64cc6873290c5029ec6a508f = new google.maps.Geocoder();g_332490cd64cc6873290c5029ec6a508f.geocode( { 'address': "1025 Hall St, Wiggins, MS 39577"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wiggins-MS-southern-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('wiggins-MS-southern-national-bank'), mapOptions);}document.getElementById('36756eda').innerHTML += ' | View Map';var $l332490cd64cc6873290c5029ec6a508f = '

Southern National Bank

Address: 1025 Hall St, Wiggins, MS 39577
Phone: (601) 928-7295
';var m_332490cd64cc6873290c5029ec6a508f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern National Bank',});m_332490cd64cc6873290c5029ec6a508f['infowindow'] = new google.maps.InfoWindow({content: $l332490cd64cc6873290c5029ec6a508f});var infowindow = new google.maps.InfoWindow({content: $l332490cd64cc6873290c5029ec6a508f});google.maps.event.addListener(m_332490cd64cc6873290c5029ec6a508f, 'click', function() {infowindow.open(map,m_332490cd64cc6873290c5029ec6a508f);});$marker.push(m_332490cd64cc6873290c5029ec6a508f);}});}google.maps.event.addDomListener(window, 'load', initialize);