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(38.8841,-77.0965)};var g_9d60cd66a7d30337da2223342bfed913 = new google.maps.Geocoder();g_9d60cd66a7d30337da2223342bfed913.geocode( { 'address': "3138 10th St N, Arlington, VA 22201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-VA-national-association-of-federally-insured-credit-unions-nafcu').style.display = '';map = new google.maps.Map(document.getElementById('arlington-VA-national-association-of-federally-insured-credit-unions-nafcu'), mapOptions);}document.getElementById('dd688119').innerHTML += ' | View Map';var $l9d60cd66a7d30337da2223342bfed913 = '

National Association of Federally-Insured Credit Unions (NAFCU)

Address: 3138 10th St N, Arlington, VA 22201, USA
Phone: (800) 336-4644
';var m_9d60cd66a7d30337da2223342bfed913 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Association of Federally-Insured Credit Unions (NAFCU)',});m_9d60cd66a7d30337da2223342bfed913['infowindow'] = new google.maps.InfoWindow({content: $l9d60cd66a7d30337da2223342bfed913});var infowindow = new google.maps.InfoWindow({content: $l9d60cd66a7d30337da2223342bfed913});google.maps.event.addListener(m_9d60cd66a7d30337da2223342bfed913, 'click', function() {infowindow.open(map,m_9d60cd66a7d30337da2223342bfed913);});$marker.push(m_9d60cd66a7d30337da2223342bfed913);}});}google.maps.event.addDomListener(window, 'load', initialize);