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.7253,-87.6978)};var g_0a71b19fe1a3eec52a7e14a37a45388b = new google.maps.Geocoder();g_0a71b19fe1a3eec52a7e14a37a45388b.geocode( { 'address': "506 N Main St, Tuscumbia, AL 35674"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tuscumbia-AL-first-southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('tuscumbia-AL-first-southern-bank'), mapOptions);}document.getElementById('cb19eebc').innerHTML += ' | View Map';var $l0a71b19fe1a3eec52a7e14a37a45388b = '

First Southern Bank

Address: 506 N Main St, Tuscumbia, AL 35674
Phone: (256) 718-4287
';var m_0a71b19fe1a3eec52a7e14a37a45388b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Southern Bank',});m_0a71b19fe1a3eec52a7e14a37a45388b['infowindow'] = new google.maps.InfoWindow({content: $l0a71b19fe1a3eec52a7e14a37a45388b});var infowindow = new google.maps.InfoWindow({content: $l0a71b19fe1a3eec52a7e14a37a45388b});google.maps.event.addListener(m_0a71b19fe1a3eec52a7e14a37a45388b, 'click', function() {infowindow.open(map,m_0a71b19fe1a3eec52a7e14a37a45388b);});$marker.push(m_0a71b19fe1a3eec52a7e14a37a45388b);}});}google.maps.event.addDomListener(window, 'load', initialize);