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(39.0369,-77.0621)};var g_aa8b5b690aef4ec343f15158318f720d = new google.maps.Geocoder();g_aa8b5b690aef4ec343f15158318f720d.geocode( { 'address': "3015 University Blvd W, Kensington, MD 20895, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kensington-MD-signal-financial-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kensington-MD-signal-financial-federal-credit-union'), mapOptions);}document.getElementById('1d1cb470').innerHTML += ' | View Map';var $laa8b5b690aef4ec343f15158318f720d = '

Signal Financial Federal Credit Union

Address: 3015 University Blvd W, Kensington, MD 20895, USA
Phone: (301) 933-9100
';var m_aa8b5b690aef4ec343f15158318f720d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Signal Financial Federal Credit Union',});m_aa8b5b690aef4ec343f15158318f720d['infowindow'] = new google.maps.InfoWindow({content: $laa8b5b690aef4ec343f15158318f720d});var infowindow = new google.maps.InfoWindow({content: $laa8b5b690aef4ec343f15158318f720d});google.maps.event.addListener(m_aa8b5b690aef4ec343f15158318f720d, 'click', function() {infowindow.open(map,m_aa8b5b690aef4ec343f15158318f720d);});$marker.push(m_aa8b5b690aef4ec343f15158318f720d);}});}google.maps.event.addDomListener(window, 'load', initialize);