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_c8c0c749da5056804a5bfcfe44b778e4 = new google.maps.Geocoder();g_c8c0c749da5056804a5bfcfe44b778e4.geocode( { 'address': "1600 Cameron St, Alexandria, VA 22314"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-transportation-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-transportation-federal-credit-union'), mapOptions);}document.getElementById('2ff06ecd').innerHTML += ' | View Map';var $lc8c0c749da5056804a5bfcfe44b778e4 = '

Transportation Federal Credit Union

Address: 1600 Cameron St, Alexandria, VA 22314
Phone: (202) 366-9400
';var m_c8c0c749da5056804a5bfcfe44b778e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Transportation Federal Credit Union',});m_c8c0c749da5056804a5bfcfe44b778e4['infowindow'] = new google.maps.InfoWindow({content: $lc8c0c749da5056804a5bfcfe44b778e4});var infowindow = new google.maps.InfoWindow({content: $lc8c0c749da5056804a5bfcfe44b778e4});google.maps.event.addListener(m_c8c0c749da5056804a5bfcfe44b778e4, 'click', function() {infowindow.open(map,m_c8c0c749da5056804a5bfcfe44b778e4);});$marker.push(m_c8c0c749da5056804a5bfcfe44b778e4);}});}google.maps.event.addDomListener(window, 'load', initialize);