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.8644,-77.0574)};var g_b310b50704fbb05c805974ee19e136ba = new google.maps.Geocoder();g_b310b50704fbb05c805974ee19e136ba.geocode( { 'address': "700 Army Navy Dr, Arlington, VA 22202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-VA-justice-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('arlington-VA-justice-federal-credit-union'), mapOptions);}document.getElementById('92f8ab46').innerHTML += ' | View Map';var $lb310b50704fbb05c805974ee19e136ba = '

Justice Federal Credit Union

Address: 700 Army Navy Dr, Arlington, VA 22202, USA
Phone: (703) 480-5300
';var m_b310b50704fbb05c805974ee19e136ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Justice Federal Credit Union',});m_b310b50704fbb05c805974ee19e136ba['infowindow'] = new google.maps.InfoWindow({content: $lb310b50704fbb05c805974ee19e136ba});var infowindow = new google.maps.InfoWindow({content: $lb310b50704fbb05c805974ee19e136ba});google.maps.event.addListener(m_b310b50704fbb05c805974ee19e136ba, 'click', function() {infowindow.open(map,m_b310b50704fbb05c805974ee19e136ba);});$marker.push(m_b310b50704fbb05c805974ee19e136ba);}});}google.maps.event.addDomListener(window, 'load', initialize);