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.8722,-90.3979)};var g_7b0be4c74217c2f6c046f23c242a46df = new google.maps.Geocoder();g_7b0be4c74217c2f6c046f23c242a46df.geocode( { 'address': "649 Caldwell Dr, Hazlehurst, MS 39083, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hazlehurst-MS-bank-of-the-south-a-metropolitan-bank').style.display = '';map = new google.maps.Map(document.getElementById('hazlehurst-MS-bank-of-the-south-a-metropolitan-bank'), mapOptions);}document.getElementById('33a36864').innerHTML += ' | View Map';var $l7b0be4c74217c2f6c046f23c242a46df = '

Bank of the South, A Metropolitan Bank

Address: 649 Caldwell Dr, Hazlehurst, MS 39083, USA
Phone: (601) 894-3845
';var m_7b0be4c74217c2f6c046f23c242a46df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the South, A Metropolitan Bank',});m_7b0be4c74217c2f6c046f23c242a46df['infowindow'] = new google.maps.InfoWindow({content: $l7b0be4c74217c2f6c046f23c242a46df});var infowindow = new google.maps.InfoWindow({content: $l7b0be4c74217c2f6c046f23c242a46df});google.maps.event.addListener(m_7b0be4c74217c2f6c046f23c242a46df, 'click', function() {infowindow.open(map,m_7b0be4c74217c2f6c046f23c242a46df);});$marker.push(m_7b0be4c74217c2f6c046f23c242a46df);}});}google.maps.event.addDomListener(window, 'load', initialize);