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(34.8192,-87.6588)};var g_03994131659f561249054ea1c99097f7 = new google.maps.Geocoder();g_03994131659f561249054ea1c99097f7.geocode( { 'address': "301 S Court St, Florence, AL 35630"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-AL-first-southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('florence-AL-first-southern-bank'), mapOptions);}document.getElementById('baadcb4f').innerHTML += ' | View Map';var $l03994131659f561249054ea1c99097f7 = '

First Southern Bank

Address: 301 S Court St, Florence, AL 35630
Phone: (256) 764-4200
';var m_03994131659f561249054ea1c99097f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Southern Bank',});m_03994131659f561249054ea1c99097f7['infowindow'] = new google.maps.InfoWindow({content: $l03994131659f561249054ea1c99097f7});var infowindow = new google.maps.InfoWindow({content: $l03994131659f561249054ea1c99097f7});google.maps.event.addListener(m_03994131659f561249054ea1c99097f7, 'click', function() {infowindow.open(map,m_03994131659f561249054ea1c99097f7);});$marker.push(m_03994131659f561249054ea1c99097f7);}});}google.maps.event.addDomListener(window, 'load', initialize);