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.5701,-76.3811)};var g_a95a2a8238e3fb596c9a16068c05093b = new google.maps.Geocoder();g_a95a2a8238e3fb596c9a16068c05093b.geocode( { 'address': "1920 Rock Spring Rd, Forest Hill, MD 21050, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-hill-MD-madison-bank-of-maryland').style.display = '';map = new google.maps.Map(document.getElementById('forest-hill-MD-madison-bank-of-maryland'), mapOptions);}document.getElementById('dafdbc03').innerHTML += ' | View Map';var $la95a2a8238e3fb596c9a16068c05093b = '

Madison Bank of Maryland

Address: 1920 Rock Spring Rd, Forest Hill, MD 21050, USA
Phone: (410) 420-9600
';var m_a95a2a8238e3fb596c9a16068c05093b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Madison Bank of Maryland',});m_a95a2a8238e3fb596c9a16068c05093b['infowindow'] = new google.maps.InfoWindow({content: $la95a2a8238e3fb596c9a16068c05093b});var infowindow = new google.maps.InfoWindow({content: $la95a2a8238e3fb596c9a16068c05093b});google.maps.event.addListener(m_a95a2a8238e3fb596c9a16068c05093b, 'click', function() {infowindow.open(map,m_a95a2a8238e3fb596c9a16068c05093b);});$marker.push(m_a95a2a8238e3fb596c9a16068c05093b);}});}google.maps.event.addDomListener(window, 'load', initialize);