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.5458,-83.546)};var g_9c49db1a9971b370a51ed83992a17697 = new google.maps.Geocoder();g_9c49db1a9971b370a51ed83992a17697.geocode( { 'address': "665 Historic 441 Hwy, Cornelia, GA 30531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cornelia-GA-southeast-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cornelia-GA-southeast-federal-credit-union'), mapOptions);}document.getElementById('f0039cb0').innerHTML += ' | View Map';var $l9c49db1a9971b370a51ed83992a17697 = '

Southeast Federal Credit Union

Address: 665 Historic 441 Hwy, Cornelia, GA 30531, USA
Phone: (706) 776-2145
';var m_9c49db1a9971b370a51ed83992a17697 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southeast Federal Credit Union',});m_9c49db1a9971b370a51ed83992a17697['infowindow'] = new google.maps.InfoWindow({content: $l9c49db1a9971b370a51ed83992a17697});var infowindow = new google.maps.InfoWindow({content: $l9c49db1a9971b370a51ed83992a17697});google.maps.event.addListener(m_9c49db1a9971b370a51ed83992a17697, 'click', function() {infowindow.open(map,m_9c49db1a9971b370a51ed83992a17697);});$marker.push(m_9c49db1a9971b370a51ed83992a17697);}});}google.maps.event.addDomListener(window, 'load', initialize);