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.8193,-77.0642)};var g_071acae145ea72512f23c747393edb44 = new google.maps.Geocoder();g_071acae145ea72512f23c747393edb44.geocode( { 'address': "2111 Eisenhower Ave, Alexandria, VA 22314"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-united-states-senate-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-united-states-senate-federal-credit-union'), mapOptions);}document.getElementById('954f0a5f').innerHTML += ' | View Map';var $l071acae145ea72512f23c747393edb44 = '

United States Senate Federal Credit Union

Address: 2111 Eisenhower Ave, Alexandria, VA 22314
Phone: (703) 329-8466
';var m_071acae145ea72512f23c747393edb44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United States Senate Federal Credit Union',});m_071acae145ea72512f23c747393edb44['infowindow'] = new google.maps.InfoWindow({content: $l071acae145ea72512f23c747393edb44});var infowindow = new google.maps.InfoWindow({content: $l071acae145ea72512f23c747393edb44});google.maps.event.addListener(m_071acae145ea72512f23c747393edb44, 'click', function() {infowindow.open(map,m_071acae145ea72512f23c747393edb44);});$marker.push(m_071acae145ea72512f23c747393edb44);}});}google.maps.event.addDomListener(window, 'load', initialize);