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.0523,-87.1552)};var g_a2ba87ee952398c55af6d22824da2224 = new google.maps.Geocoder();g_a2ba87ee952398c55af6d22824da2224.geocode( { 'address': "19 Helicon Rd, Arley, AL 35541-2032"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arley-AL-traditions-bank').style.display = '';map = new google.maps.Map(document.getElementById('arley-AL-traditions-bank'), mapOptions);}document.getElementById('d0c8beb7').innerHTML += ' | View Map';var $la2ba87ee952398c55af6d22824da2224 = '

Traditions Bank

Address: 19 Helicon Rd, Arley, AL 35541-2032
Phone: (205) 295-2265
';var m_a2ba87ee952398c55af6d22824da2224 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Traditions Bank',});m_a2ba87ee952398c55af6d22824da2224['infowindow'] = new google.maps.InfoWindow({content: $la2ba87ee952398c55af6d22824da2224});var infowindow = new google.maps.InfoWindow({content: $la2ba87ee952398c55af6d22824da2224});google.maps.event.addListener(m_a2ba87ee952398c55af6d22824da2224, 'click', function() {infowindow.open(map,m_a2ba87ee952398c55af6d22824da2224);});$marker.push(m_a2ba87ee952398c55af6d22824da2224);}});}google.maps.event.addDomListener(window, 'load', initialize);