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.1775,-86.8456)};var g_bcdcd7ccb70707a3fc5f313dfccd8359 = new google.maps.Geocoder();g_bcdcd7ccb70707a3fc5f313dfccd8359.geocode( { 'address': "109 2nd Ave NW, Cullman, AL 35055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cullman-AL-traditions-bank').style.display = '';map = new google.maps.Map(document.getElementById('cullman-AL-traditions-bank'), mapOptions);}document.getElementById('931e79f2').innerHTML += ' | View Map';var $lbcdcd7ccb70707a3fc5f313dfccd8359 = '

Traditions Bank

Address: 109 2nd Ave NW, Cullman, AL 35055, USA
Phone: (256) 735-2121
';var m_bcdcd7ccb70707a3fc5f313dfccd8359 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Traditions Bank',});m_bcdcd7ccb70707a3fc5f313dfccd8359['infowindow'] = new google.maps.InfoWindow({content: $lbcdcd7ccb70707a3fc5f313dfccd8359});var infowindow = new google.maps.InfoWindow({content: $lbcdcd7ccb70707a3fc5f313dfccd8359});google.maps.event.addListener(m_bcdcd7ccb70707a3fc5f313dfccd8359, 'click', function() {infowindow.open(map,m_bcdcd7ccb70707a3fc5f313dfccd8359);});$marker.push(m_bcdcd7ccb70707a3fc5f313dfccd8359);}});}google.maps.event.addDomListener(window, 'load', initialize);