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.9286,-77.034)};var g_ad0f11775984768c4ed83002a1d1a99a = new google.maps.Geocoder();g_ad0f11775984768c4ed83002a1d1a99a.geocode( { 'address': "1400 Irving St NW #115, Washington, DC 20010, USA"}, 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('8f28a3c6').innerHTML += ' | View Map';var $lad0f11775984768c4ed83002a1d1a99a = '

Signal Financial Federal Credit Union

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