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.9315,-83.8498)};var g_69ffced83032519ca680dc3058b9ca26 = new google.maps.Geocoder();g_69ffced83032519ca680dc3058b9ca26.geocode( { 'address': "5266 School St, Young Harris, GA 30582, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('young-harris-GA-towns-union-educators-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('young-harris-GA-towns-union-educators-fed-cu'), mapOptions);}document.getElementById('9b2b63a2').innerHTML += ' | View Map';var $l69ffced83032519ca680dc3058b9ca26 = '

Towns-Union Educators Fed CU

Address: 5266 School St, Young Harris, GA 30582, USA
Phone: (706) 379-2303
';var m_69ffced83032519ca680dc3058b9ca26 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Towns-Union Educators Fed CU',});m_69ffced83032519ca680dc3058b9ca26['infowindow'] = new google.maps.InfoWindow({content: $l69ffced83032519ca680dc3058b9ca26});var infowindow = new google.maps.InfoWindow({content: $l69ffced83032519ca680dc3058b9ca26});google.maps.event.addListener(m_69ffced83032519ca680dc3058b9ca26, 'click', function() {infowindow.open(map,m_69ffced83032519ca680dc3058b9ca26);});$marker.push(m_69ffced83032519ca680dc3058b9ca26);}});}google.maps.event.addDomListener(window, 'load', initialize);