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.0643,-86.7585)};var g_0620eda93d00f0dca03b1473d7e5d0f5 = new google.maps.Geocoder();g_0620eda93d00f0dca03b1473d7e5d0f5.geocode( { 'address': "639 Al Highway 69 S, Hanceville, AL 35077"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hanceville-AL-traditions-bank').style.display = '';map = new google.maps.Map(document.getElementById('hanceville-AL-traditions-bank'), mapOptions);}document.getElementById('753c53cb').innerHTML += ' | View Map';var $l0620eda93d00f0dca03b1473d7e5d0f5 = '

Traditions Bank

Address: 639 Al Highway 69 S, Hanceville, AL 35077
Phone: (256) 287-1400
';var m_0620eda93d00f0dca03b1473d7e5d0f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Traditions Bank',});m_0620eda93d00f0dca03b1473d7e5d0f5['infowindow'] = new google.maps.InfoWindow({content: $l0620eda93d00f0dca03b1473d7e5d0f5});var infowindow = new google.maps.InfoWindow({content: $l0620eda93d00f0dca03b1473d7e5d0f5});google.maps.event.addListener(m_0620eda93d00f0dca03b1473d7e5d0f5, 'click', function() {infowindow.open(map,m_0620eda93d00f0dca03b1473d7e5d0f5);});$marker.push(m_0620eda93d00f0dca03b1473d7e5d0f5);}});}google.maps.event.addDomListener(window, 'load', initialize);