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.5025,-76.774)};var g_cae4a3a9912eec2fa220117f93890240 = new google.maps.Geocoder();g_cae4a3a9912eec2fa220117f93890240.geocode( { 'address': "30330 Three Notch Rd, Charlotte Hall, MD 20622, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-hall-MD-cedar-point-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-hall-MD-cedar-point-federal-credit-union'), mapOptions);}document.getElementById('809fb654').innerHTML += ' | View Map';var $lcae4a3a9912eec2fa220117f93890240 = '

Cedar Point Federal Credit Union

Address: 30330 Three Notch Rd, Charlotte Hall, MD 20622, USA
Phone: (301) 884-4074
';var m_cae4a3a9912eec2fa220117f93890240 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cedar Point Federal Credit Union',});m_cae4a3a9912eec2fa220117f93890240['infowindow'] = new google.maps.InfoWindow({content: $lcae4a3a9912eec2fa220117f93890240});var infowindow = new google.maps.InfoWindow({content: $lcae4a3a9912eec2fa220117f93890240});google.maps.event.addListener(m_cae4a3a9912eec2fa220117f93890240, 'click', function() {infowindow.open(map,m_cae4a3a9912eec2fa220117f93890240);});$marker.push(m_cae4a3a9912eec2fa220117f93890240);}});}google.maps.event.addDomListener(window, 'load', initialize);