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_3f904d8c103fe24a8f291b3d32ad1678 = new google.maps.Geocoder();g_3f904d8c103fe24a8f291b3d32ad1678.geocode( { 'address': "100 Johnson Ave N, Talladega, AL 35160"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('talladega-AL-first-national-bank-jacksboro').style.display = '';map = new google.maps.Map(document.getElementById('talladega-AL-first-national-bank-jacksboro'), mapOptions);}document.getElementById('bea10c02').innerHTML += ' | View Map';var $l3f904d8c103fe24a8f291b3d32ad1678 = '

First National Bank-Jacksboro

Address: 100 Johnson Ave N, Talladega, AL 35160
Phone: (256) 761-2203
';var m_3f904d8c103fe24a8f291b3d32ad1678 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Jacksboro',});m_3f904d8c103fe24a8f291b3d32ad1678['infowindow'] = new google.maps.InfoWindow({content: $l3f904d8c103fe24a8f291b3d32ad1678});var infowindow = new google.maps.InfoWindow({content: $l3f904d8c103fe24a8f291b3d32ad1678});google.maps.event.addListener(m_3f904d8c103fe24a8f291b3d32ad1678, 'click', function() {infowindow.open(map,m_3f904d8c103fe24a8f291b3d32ad1678);});$marker.push(m_3f904d8c103fe24a8f291b3d32ad1678);}});}google.maps.event.addDomListener(window, 'load', initialize);