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(31.1013,-85.7007)};var g_92ea5226697e11080aa2840404cbf81e = new google.maps.Geocoder();g_92ea5226697e11080aa2840404cbf81e.geocode( { 'address': "101 S 3rd Ave, Hartford, AL 36344"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hartford-AL-first-national-bank-jacksboro').style.display = '';map = new google.maps.Map(document.getElementById('hartford-AL-first-national-bank-jacksboro'), mapOptions);}document.getElementById('9a35f7f3').innerHTML += ' | View Map';var $l92ea5226697e11080aa2840404cbf81e = '

First National Bank-Jacksboro

Address: 101 S 3rd Ave, Hartford, AL 36344
Phone: (334) 588-2211
';var m_92ea5226697e11080aa2840404cbf81e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Jacksboro',});m_92ea5226697e11080aa2840404cbf81e['infowindow'] = new google.maps.InfoWindow({content: $l92ea5226697e11080aa2840404cbf81e});var infowindow = new google.maps.InfoWindow({content: $l92ea5226697e11080aa2840404cbf81e});google.maps.event.addListener(m_92ea5226697e11080aa2840404cbf81e, 'click', function() {infowindow.open(map,m_92ea5226697e11080aa2840404cbf81e);});$marker.push(m_92ea5226697e11080aa2840404cbf81e);}});}google.maps.event.addDomListener(window, 'load', initialize);