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.9245,-83.3396)};var g_8cdeb5db9935fdc40c545d80c64aee7c = new google.maps.Geocoder();g_8cdeb5db9935fdc40c545d80c64aee7c.geocode( { 'address': "1855 Barnett Shoals Rd, Athens, GA 30605, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-GA-athens-first-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('athens-GA-athens-first-bank--trust'), mapOptions);}document.getElementById('c0630feb').innerHTML += ' | View Map';var $l8cdeb5db9935fdc40c545d80c64aee7c = '

Athens First Bank & Trust

Address: 1855 Barnett Shoals Rd, Athens, GA 30605, USA
Phone: (706) 357-7000
';var m_8cdeb5db9935fdc40c545d80c64aee7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Athens First Bank & Trust',});m_8cdeb5db9935fdc40c545d80c64aee7c['infowindow'] = new google.maps.InfoWindow({content: $l8cdeb5db9935fdc40c545d80c64aee7c});var infowindow = new google.maps.InfoWindow({content: $l8cdeb5db9935fdc40c545d80c64aee7c});google.maps.event.addListener(m_8cdeb5db9935fdc40c545d80c64aee7c, 'click', function() {infowindow.open(map,m_8cdeb5db9935fdc40c545d80c64aee7c);});$marker.push(m_8cdeb5db9935fdc40c545d80c64aee7c);}});}google.maps.event.addDomListener(window, 'load', initialize);