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.7935,-83.7117)};var g_4aced28c52cba6e6033d9c075b4b2c47 = new google.maps.Geocoder();g_4aced28c52cba6e6033d9c075b4b2c47.geocode( { 'address': "140 E Washington St, Monroe, GA 30655, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroe-GA-athens-first-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('monroe-GA-athens-first-bank--trust-co'), mapOptions);}document.getElementById('1df0275c').innerHTML += ' | View Map';var $l4aced28c52cba6e6033d9c075b4b2c47 = '

Athens First Bank & Trust Co

Address: 140 E Washington St, Monroe, GA 30655, USA
Phone: (770) 267-6511
';var m_4aced28c52cba6e6033d9c075b4b2c47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Athens First Bank & Trust Co',});m_4aced28c52cba6e6033d9c075b4b2c47['infowindow'] = new google.maps.InfoWindow({content: $l4aced28c52cba6e6033d9c075b4b2c47});var infowindow = new google.maps.InfoWindow({content: $l4aced28c52cba6e6033d9c075b4b2c47});google.maps.event.addListener(m_4aced28c52cba6e6033d9c075b4b2c47, 'click', function() {infowindow.open(map,m_4aced28c52cba6e6033d9c075b4b2c47);});$marker.push(m_4aced28c52cba6e6033d9c075b4b2c47);}});}google.maps.event.addDomListener(window, 'load', initialize);