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.7985,-86.9664)};var g_adac904ea275fdefc65d4c4c998ea7cb = new google.maps.Geocoder();g_adac904ea275fdefc65d4c4c998ea7cb.geocode( { 'address': "1880 US Highway 72 E, Athens, AL 35611"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-AL-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('athens-AL-first-national-bank'), mapOptions);}document.getElementById('8b4ce14d').innerHTML += ' | View Map';var $ladac904ea275fdefc65d4c4c998ea7cb = '

First National Bank

Address: 1880 US Highway 72 E, Athens, AL 35611
Phone: (256) 216-6373
';var m_adac904ea275fdefc65d4c4c998ea7cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_adac904ea275fdefc65d4c4c998ea7cb['infowindow'] = new google.maps.InfoWindow({content: $ladac904ea275fdefc65d4c4c998ea7cb});var infowindow = new google.maps.InfoWindow({content: $ladac904ea275fdefc65d4c4c998ea7cb});google.maps.event.addListener(m_adac904ea275fdefc65d4c4c998ea7cb, 'click', function() {infowindow.open(map,m_adac904ea275fdefc65d4c4c998ea7cb);});$marker.push(m_adac904ea275fdefc65d4c4c998ea7cb);}});var g_ae919153edc72ef03a9258241a147ee2 = new google.maps.Geocoder();g_ae919153edc72ef03a9258241a147ee2.geocode( { 'address': "321 S Jefferson St, Athens, AL 35611"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-AL-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('athens-AL-first-national-bank'), mapOptions);}document.getElementById('82cb5887').innerHTML += ' | View Map';var $lae919153edc72ef03a9258241a147ee2 = '

First National Bank

Address: 321 S Jefferson St, Athens, AL 35611
Phone: (256) 233-8555
';var m_ae919153edc72ef03a9258241a147ee2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_ae919153edc72ef03a9258241a147ee2['infowindow'] = new google.maps.InfoWindow({content: $lae919153edc72ef03a9258241a147ee2});var infowindow = new google.maps.InfoWindow({content: $lae919153edc72ef03a9258241a147ee2});google.maps.event.addListener(m_ae919153edc72ef03a9258241a147ee2, 'click', function() {infowindow.open(map,m_ae919153edc72ef03a9258241a147ee2);});$marker.push(m_ae919153edc72ef03a9258241a147ee2);}});}google.maps.event.addDomListener(window, 'load', initialize);