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(31.9838,-90.3588)};var g_06bd2df0534a430a7ee6a006a5dfd218 = new google.maps.Geocoder();g_06bd2df0534a430a7ee6a006a5dfd218.geocode( { 'address': "201 S Jackson St, Crystal Springs, MS 39059"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crystal-springs-MS-bank-of-the-south-a-metropolitan-bank').style.display = '';map = new google.maps.Map(document.getElementById('crystal-springs-MS-bank-of-the-south-a-metropolitan-bank'), mapOptions);}document.getElementById('c11cdd6f').innerHTML += ' | View Map';var $l06bd2df0534a430a7ee6a006a5dfd218 = '

Bank of the South, A Metropolitan Bank

Address: 201 S Jackson St, Crystal Springs, MS 39059
Phone: (601) 892-3232
';var m_06bd2df0534a430a7ee6a006a5dfd218 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the South, A Metropolitan Bank',});m_06bd2df0534a430a7ee6a006a5dfd218['infowindow'] = new google.maps.InfoWindow({content: $l06bd2df0534a430a7ee6a006a5dfd218});var infowindow = new google.maps.InfoWindow({content: $l06bd2df0534a430a7ee6a006a5dfd218});google.maps.event.addListener(m_06bd2df0534a430a7ee6a006a5dfd218, 'click', function() {infowindow.open(map,m_06bd2df0534a430a7ee6a006a5dfd218);});$marker.push(m_06bd2df0534a430a7ee6a006a5dfd218);}});}google.maps.event.addDomListener(window, 'load', initialize);