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.5626,-83.2909)};var g_9a7f21c8e7e99e7a0a9be402052a75d2 = new google.maps.Geocoder();g_9a7f21c8e7e99e7a0a9be402052a75d2.geocode( { 'address': "2859 GA 17Alt, Toccoa, GA 30577, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('toccoa-GA-oconee-federal').style.display = '';map = new google.maps.Map(document.getElementById('toccoa-GA-oconee-federal'), mapOptions);}document.getElementById('3bc53c74').innerHTML += ' | View Map';var $l9a7f21c8e7e99e7a0a9be402052a75d2 = '

Oconee Federal

Address: 2859 GA 17Alt, Toccoa, GA 30577, USA
Phone: (706) 886-2111
';var m_9a7f21c8e7e99e7a0a9be402052a75d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oconee Federal',});m_9a7f21c8e7e99e7a0a9be402052a75d2['infowindow'] = new google.maps.InfoWindow({content: $l9a7f21c8e7e99e7a0a9be402052a75d2});var infowindow = new google.maps.InfoWindow({content: $l9a7f21c8e7e99e7a0a9be402052a75d2});google.maps.event.addListener(m_9a7f21c8e7e99e7a0a9be402052a75d2, 'click', function() {infowindow.open(map,m_9a7f21c8e7e99e7a0a9be402052a75d2);});$marker.push(m_9a7f21c8e7e99e7a0a9be402052a75d2);}});}google.maps.event.addDomListener(window, 'load', initialize);