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.2949,-76.6249)};var g_123439fb5963d6cc88a4e50a170fc53e = new google.maps.Geocoder();g_123439fb5963d6cc88a4e50a170fc53e.geocode( { 'address': "821 W 36th St, Baltimore, MD 21211"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-the-patapsco-bank').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-the-patapsco-bank'), mapOptions);}document.getElementById('a3388ddd').innerHTML += ' | View Map';var $l123439fb5963d6cc88a4e50a170fc53e = '

The Patapsco Bank

Address: 821 W 36th St, Baltimore, MD 21211
Phone: (410) 366-3100
';var m_123439fb5963d6cc88a4e50a170fc53e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Patapsco Bank',});m_123439fb5963d6cc88a4e50a170fc53e['infowindow'] = new google.maps.InfoWindow({content: $l123439fb5963d6cc88a4e50a170fc53e});var infowindow = new google.maps.InfoWindow({content: $l123439fb5963d6cc88a4e50a170fc53e});google.maps.event.addListener(m_123439fb5963d6cc88a4e50a170fc53e, 'click', function() {infowindow.open(map,m_123439fb5963d6cc88a4e50a170fc53e);});$marker.push(m_123439fb5963d6cc88a4e50a170fc53e);}});}google.maps.event.addDomListener(window, 'load', initialize);