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(33.6712,-84.4193)};var g_58f026b4e22be105b001e823ba5e4d46 = new google.maps.Geocoder();g_58f026b4e22be105b001e823ba5e4d46.geocode( { 'address': "3075 Sylvan Rd, Atlanta, GA 30354, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-atlanta-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-atlanta-federal-credit-union'), mapOptions);}document.getElementById('1b2718ee').innerHTML += ' | View Map';var $l58f026b4e22be105b001e823ba5e4d46 = '

Atlanta Federal Credit Union

Address: 3075 Sylvan Rd, Atlanta, GA 30354, USA
Phone: (404) 559-8833
';var m_58f026b4e22be105b001e823ba5e4d46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlanta Federal Credit Union',});m_58f026b4e22be105b001e823ba5e4d46['infowindow'] = new google.maps.InfoWindow({content: $l58f026b4e22be105b001e823ba5e4d46});var infowindow = new google.maps.InfoWindow({content: $l58f026b4e22be105b001e823ba5e4d46});google.maps.event.addListener(m_58f026b4e22be105b001e823ba5e4d46, 'click', function() {infowindow.open(map,m_58f026b4e22be105b001e823ba5e4d46);});$marker.push(m_58f026b4e22be105b001e823ba5e4d46);}});}google.maps.event.addDomListener(window, 'load', initialize);