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.7026,-85.2811)};var g_85ed1bdfed77d0791857ee92e4adf734 = new google.maps.Geocoder();g_85ed1bdfed77d0791857ee92e4adf734.geocode( { 'address': "318 S Duke St, LaFayette, GA 30728, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-GA-north-georgia-farm-credit-aca').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-GA-north-georgia-farm-credit-aca'), mapOptions);}document.getElementById('8e19d921').innerHTML += ' | View Map';var $l85ed1bdfed77d0791857ee92e4adf734 = '

North Georgia Farm Credit Aca

Address: 318 S Duke St, LaFayette, GA 30728, USA
Phone: (706) 638-0276
';var m_85ed1bdfed77d0791857ee92e4adf734 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Georgia Farm Credit Aca',});m_85ed1bdfed77d0791857ee92e4adf734['infowindow'] = new google.maps.InfoWindow({content: $l85ed1bdfed77d0791857ee92e4adf734});var infowindow = new google.maps.InfoWindow({content: $l85ed1bdfed77d0791857ee92e4adf734});google.maps.event.addListener(m_85ed1bdfed77d0791857ee92e4adf734, 'click', function() {infowindow.open(map,m_85ed1bdfed77d0791857ee92e4adf734);});$marker.push(m_85ed1bdfed77d0791857ee92e4adf734);}});}google.maps.event.addDomListener(window, 'load', initialize);