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.4337,-84.7006)};var g_8572b28e83500389a4a5e20131cefe95 = new google.maps.Geocoder();g_8572b28e83500389a4a5e20131cefe95.geocode( { 'address': "2764 US-411, Fairmount, GA 30139, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairmount-GA-georgia-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('fairmount-GA-georgia-bank--trust'), mapOptions);}document.getElementById('1b31e61d').innerHTML += ' | View Map';var $l8572b28e83500389a4a5e20131cefe95 = '

Georgia Bank & Trust

Address: 2764 US-411, Fairmount, GA 30139, USA
Phone: (706) 337-5937
';var m_8572b28e83500389a4a5e20131cefe95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Georgia Bank & Trust',});m_8572b28e83500389a4a5e20131cefe95['infowindow'] = new google.maps.InfoWindow({content: $l8572b28e83500389a4a5e20131cefe95});var infowindow = new google.maps.InfoWindow({content: $l8572b28e83500389a4a5e20131cefe95});google.maps.event.addListener(m_8572b28e83500389a4a5e20131cefe95, 'click', function() {infowindow.open(map,m_8572b28e83500389a4a5e20131cefe95);});$marker.push(m_8572b28e83500389a4a5e20131cefe95);}});}google.maps.event.addDomListener(window, 'load', initialize);