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.8063,-77.0577)};var g_db734cf91f81f2cf30a5269091845bd3 = new google.maps.Geocoder();g_db734cf91f81f2cf30a5269091845bd3.geocode( { 'address': "1630 King St, Alexandria, VA 22314, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-state-department-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-state-department-federal-credit-union'), mapOptions);}document.getElementById('8df1e46c').innerHTML += ' | View Map';var $ldb734cf91f81f2cf30a5269091845bd3 = '

State Department Federal Credit Union

Address: 1630 King St, Alexandria, VA 22314, USA
Phone: (703) 706-5000
';var m_db734cf91f81f2cf30a5269091845bd3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Department Federal Credit Union',});m_db734cf91f81f2cf30a5269091845bd3['infowindow'] = new google.maps.InfoWindow({content: $ldb734cf91f81f2cf30a5269091845bd3});var infowindow = new google.maps.InfoWindow({content: $ldb734cf91f81f2cf30a5269091845bd3});google.maps.event.addListener(m_db734cf91f81f2cf30a5269091845bd3, 'click', function() {infowindow.open(map,m_db734cf91f81f2cf30a5269091845bd3);});$marker.push(m_db734cf91f81f2cf30a5269091845bd3);}});}google.maps.event.addDomListener(window, 'load', initialize);