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.3059,-76.662)};var g_136097e96ea970878c91803a5394ab87 = new google.maps.Geocoder();g_136097e96ea970878c91803a5394ab87.geocode( { 'address': "40885 Merchants Ln #19, Leonardtown, MD 20650, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leonardtown-MD-cedar-point-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('leonardtown-MD-cedar-point-federal-credit-union'), mapOptions);}document.getElementById('4556ec6f').innerHTML += ' | View Map';var $l136097e96ea970878c91803a5394ab87 = '

Cedar Point Federal Credit Union

Address: 40885 Merchants Ln #19, Leonardtown, MD 20650, USA
Phone: (301) 475-0179
';var m_136097e96ea970878c91803a5394ab87 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cedar Point Federal Credit Union',});m_136097e96ea970878c91803a5394ab87['infowindow'] = new google.maps.InfoWindow({content: $l136097e96ea970878c91803a5394ab87});var infowindow = new google.maps.InfoWindow({content: $l136097e96ea970878c91803a5394ab87});google.maps.event.addListener(m_136097e96ea970878c91803a5394ab87, 'click', function() {infowindow.open(map,m_136097e96ea970878c91803a5394ab87);});$marker.push(m_136097e96ea970878c91803a5394ab87);}});}google.maps.event.addDomListener(window, 'load', initialize);