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_17e7db7285aca2e1ccc7bdf1b106c8d9 = new google.maps.Geocoder();g_17e7db7285aca2e1ccc7bdf1b106c8d9.geocode( { 'address': "25 W Fayette St, Baltimore, MD 21201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-harbor-bankshares-corp').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-harbor-bankshares-corp'), mapOptions);}document.getElementById('92761119').innerHTML += ' | View Map';var $l17e7db7285aca2e1ccc7bdf1b106c8d9 = '

Harbor Bankshares Corp

Address: 25 W Fayette St, Baltimore, MD 21201
Phone: (410) 528-1801
';var m_17e7db7285aca2e1ccc7bdf1b106c8d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harbor Bankshares Corp',});m_17e7db7285aca2e1ccc7bdf1b106c8d9['infowindow'] = new google.maps.InfoWindow({content: $l17e7db7285aca2e1ccc7bdf1b106c8d9});var infowindow = new google.maps.InfoWindow({content: $l17e7db7285aca2e1ccc7bdf1b106c8d9});google.maps.event.addListener(m_17e7db7285aca2e1ccc7bdf1b106c8d9, 'click', function() {infowindow.open(map,m_17e7db7285aca2e1ccc7bdf1b106c8d9);});$marker.push(m_17e7db7285aca2e1ccc7bdf1b106c8d9);}});}google.maps.event.addDomListener(window, 'load', initialize);