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.8596,-77.0486)};var g_2062a2ce318d18ac0661743a9213cb0e = new google.maps.Geocoder();g_2062a2ce318d18ac0661743a9213cb0e.geocode( { 'address': "1600 A Crystal Square Arcade, Arlington, VA 22202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-VA-navy-federal-credit-union---atm').style.display = '';map = new google.maps.Map(document.getElementById('arlington-VA-navy-federal-credit-union---atm'), mapOptions);}document.getElementById('13712c4b').innerHTML += ' | View Map';var $l2062a2ce318d18ac0661743a9213cb0e = '

Navy Federal Credit Union - ATM

Address: 1600 A Crystal Square Arcade, Arlington, VA 22202, USA
Phone: (888) 842-6328
';var m_2062a2ce318d18ac0661743a9213cb0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navy Federal Credit Union - ATM',});m_2062a2ce318d18ac0661743a9213cb0e['infowindow'] = new google.maps.InfoWindow({content: $l2062a2ce318d18ac0661743a9213cb0e});var infowindow = new google.maps.InfoWindow({content: $l2062a2ce318d18ac0661743a9213cb0e});google.maps.event.addListener(m_2062a2ce318d18ac0661743a9213cb0e, 'click', function() {infowindow.open(map,m_2062a2ce318d18ac0661743a9213cb0e);});$marker.push(m_2062a2ce318d18ac0661743a9213cb0e);}});}google.maps.event.addDomListener(window, 'load', initialize);