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(33.4393,-86.1023)};var g_8501f0b4a92563b51855465f7edf1e58 = new google.maps.Geocoder();g_8501f0b4a92563b51855465f7edf1e58.geocode( { 'address': "307 East St N, Talladega, AL 35160"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('talladega-AL-first-national-bank-talladega').style.display = '';map = new google.maps.Map(document.getElementById('talladega-AL-first-national-bank-talladega'), mapOptions);}document.getElementById('b37030bc').innerHTML += ' | View Map';var $l8501f0b4a92563b51855465f7edf1e58 = '

First National Bank-Talladega

Address: 307 East St N, Talladega, AL 35160
Phone: (256) 315-1935
';var m_8501f0b4a92563b51855465f7edf1e58 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Talladega',});m_8501f0b4a92563b51855465f7edf1e58['infowindow'] = new google.maps.InfoWindow({content: $l8501f0b4a92563b51855465f7edf1e58});var infowindow = new google.maps.InfoWindow({content: $l8501f0b4a92563b51855465f7edf1e58});google.maps.event.addListener(m_8501f0b4a92563b51855465f7edf1e58, 'click', function() {infowindow.open(map,m_8501f0b4a92563b51855465f7edf1e58);});$marker.push(m_8501f0b4a92563b51855465f7edf1e58);}});}google.maps.event.addDomListener(window, 'load', initialize);