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.8268,-84.3327)};var g_803fce03a8d1123afbbdbbbad0c4377d = new google.maps.Geocoder();g_803fce03a8d1123afbbdbbbad0c4377d.geocode( { 'address': "2470 Briarcliff Rd NE #43, Atlanta, GA 30329, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-navy-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-navy-federal-credit-union'), mapOptions);}document.getElementById('9d0b0867').innerHTML += ' | View Map';var $l803fce03a8d1123afbbdbbbad0c4377d = '

Navy Federal Credit Union

Address: 2470 Briarcliff Rd NE #43, Atlanta, GA 30329, USA
Phone: (888) 842-6328
';var m_803fce03a8d1123afbbdbbbad0c4377d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navy Federal Credit Union',});m_803fce03a8d1123afbbdbbbad0c4377d['infowindow'] = new google.maps.InfoWindow({content: $l803fce03a8d1123afbbdbbbad0c4377d});var infowindow = new google.maps.InfoWindow({content: $l803fce03a8d1123afbbdbbbad0c4377d});google.maps.event.addListener(m_803fce03a8d1123afbbdbbbad0c4377d, 'click', function() {infowindow.open(map,m_803fce03a8d1123afbbdbbbad0c4377d);});$marker.push(m_803fce03a8d1123afbbdbbbad0c4377d);}});}google.maps.event.addDomListener(window, 'load', initialize);