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.5597,-76.3726)};var g_fc8ce33154a13ce9261407a59c12227b = new google.maps.Geocoder();g_fc8ce33154a13ce9261407a59c12227b.geocode( { 'address': "104 Forest Valley Dr, Forest Hill, MD 21050, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-hill-MD-rosedale-federal-s--l-association').style.display = '';map = new google.maps.Map(document.getElementById('forest-hill-MD-rosedale-federal-s--l-association'), mapOptions);}document.getElementById('47fa2c42').innerHTML += ' | View Map';var $lfc8ce33154a13ce9261407a59c12227b = '

Rosedale Federal S & L Association

Address: 104 Forest Valley Dr, Forest Hill, MD 21050, USA
Phone: (410) 838-8853
';var m_fc8ce33154a13ce9261407a59c12227b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rosedale Federal S & L Association',});m_fc8ce33154a13ce9261407a59c12227b['infowindow'] = new google.maps.InfoWindow({content: $lfc8ce33154a13ce9261407a59c12227b});var infowindow = new google.maps.InfoWindow({content: $lfc8ce33154a13ce9261407a59c12227b});google.maps.event.addListener(m_fc8ce33154a13ce9261407a59c12227b, 'click', function() {infowindow.open(map,m_fc8ce33154a13ce9261407a59c12227b);});$marker.push(m_fc8ce33154a13ce9261407a59c12227b);}});}google.maps.event.addDomListener(window, 'load', initialize);