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.8016,-77.3269)};var g_218be212aeb176f0bba7300903c36935 = new google.maps.Geocoder();g_218be212aeb176f0bba7300903c36935.geocode( { 'address': "5616 Ox Rd, Fairfax Station, VA 22039, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfax-station-VA-apple-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fairfax-station-VA-apple-federal-credit-union'), mapOptions);}document.getElementById('e42da674').innerHTML += ' | View Map';var $l218be212aeb176f0bba7300903c36935 = '

Apple Federal Credit Union

Address: 5616 Ox Rd, Fairfax Station, VA 22039, USA
Phone: (703) 788-4800
';var m_218be212aeb176f0bba7300903c36935 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Apple Federal Credit Union',});m_218be212aeb176f0bba7300903c36935['infowindow'] = new google.maps.InfoWindow({content: $l218be212aeb176f0bba7300903c36935});var infowindow = new google.maps.InfoWindow({content: $l218be212aeb176f0bba7300903c36935});google.maps.event.addListener(m_218be212aeb176f0bba7300903c36935, 'click', function() {infowindow.open(map,m_218be212aeb176f0bba7300903c36935);});$marker.push(m_218be212aeb176f0bba7300903c36935);}});}google.maps.event.addDomListener(window, 'load', initialize);