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.3403,-76.5051)};var g_4133e901aa2ec01951a5b64d28cb69af = new google.maps.Geocoder();g_4133e901aa2ec01951a5b64d28cb69af.geocode( { 'address': "7810 Philadelphia Rd, Rosedale, MD 21237"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rosedale-MD-rosedale-federal-s-l-association').style.display = '';map = new google.maps.Map(document.getElementById('rosedale-MD-rosedale-federal-s-l-association'), mapOptions);}document.getElementById('6921b2d1').innerHTML += ' | View Map';var $l4133e901aa2ec01951a5b64d28cb69af = '

Rosedale Federal S & L Association

Address: 7810 Philadelphia Rd, Rosedale, MD 21237
Phone: (410) 866-3000
';var m_4133e901aa2ec01951a5b64d28cb69af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rosedale Federal S & L Association',});m_4133e901aa2ec01951a5b64d28cb69af['infowindow'] = new google.maps.InfoWindow({content: $l4133e901aa2ec01951a5b64d28cb69af});var infowindow = new google.maps.InfoWindow({content: $l4133e901aa2ec01951a5b64d28cb69af});google.maps.event.addListener(m_4133e901aa2ec01951a5b64d28cb69af, 'click', function() {infowindow.open(map,m_4133e901aa2ec01951a5b64d28cb69af);});$marker.push(m_4133e901aa2ec01951a5b64d28cb69af);}});}google.maps.event.addDomListener(window, 'load', initialize);