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()};var g_679635e8efe21e055ae3693f6145f298 = new google.maps.Geocoder();g_679635e8efe21e055ae3693f6145f298.geocode( { 'address': "1400 Irving St NW, Washington, DC 20010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-signal-financial-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-signal-financial-federal-credit-union'), mapOptions);}document.getElementById('a0ae31b1').innerHTML += ' | View Map';var $l679635e8efe21e055ae3693f6145f298 = '

Signal Financial Federal Credit Union

Address: 1400 Irving St NW, Washington, DC 20010
Phone: (301) 933-9100
';var m_679635e8efe21e055ae3693f6145f298 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Signal Financial Federal Credit Union',});m_679635e8efe21e055ae3693f6145f298['infowindow'] = new google.maps.InfoWindow({content: $l679635e8efe21e055ae3693f6145f298});var infowindow = new google.maps.InfoWindow({content: $l679635e8efe21e055ae3693f6145f298});google.maps.event.addListener(m_679635e8efe21e055ae3693f6145f298, 'click', function() {infowindow.open(map,m_679635e8efe21e055ae3693f6145f298);});$marker.push(m_679635e8efe21e055ae3693f6145f298);}});}google.maps.event.addDomListener(window, 'load', initialize);