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.1522,-77.2089)};var g_34a58dcf1975437c9083a03535d940a3 = new google.maps.Geocoder();g_34a58dcf1975437c9083a03535d940a3.geocode( { 'address': "100 Lakeforest Blvd #110, Gaithersburg, MD 20879, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gaithersburg-MD-comstar-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('gaithersburg-MD-comstar-federal-credit-union'), mapOptions);}document.getElementById('ab6e6a79').innerHTML += ' | View Map';var $l34a58dcf1975437c9083a03535d940a3 = '

COMSTAR Federal Credit Union

Address: 100 Lakeforest Blvd #110, Gaithersburg, MD 20879, USA
Phone: (855) 436-4100
';var m_34a58dcf1975437c9083a03535d940a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'COMSTAR Federal Credit Union',});m_34a58dcf1975437c9083a03535d940a3['infowindow'] = new google.maps.InfoWindow({content: $l34a58dcf1975437c9083a03535d940a3});var infowindow = new google.maps.InfoWindow({content: $l34a58dcf1975437c9083a03535d940a3});google.maps.event.addListener(m_34a58dcf1975437c9083a03535d940a3, 'click', function() {infowindow.open(map,m_34a58dcf1975437c9083a03535d940a3);});$marker.push(m_34a58dcf1975437c9083a03535d940a3);}});}google.maps.event.addDomListener(window, 'load', initialize);