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.2899,-76.6128)};var g_24d0592a0eb0cf7b53b9768fccb00d84 = new google.maps.Geocoder();g_24d0592a0eb0cf7b53b9768fccb00d84.geocode( { 'address': "875 Hollins St # 301, Baltimore, MD 21201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-baltimore-community-lending').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-baltimore-community-lending'), mapOptions);}document.getElementById('a37b3329').innerHTML += ' | View Map';var $l24d0592a0eb0cf7b53b9768fccb00d84 = '

Baltimore Community Lending

Address: 875 Hollins St # 301, Baltimore, MD 21201, USA
Phone: (410) 727-8590
';var m_24d0592a0eb0cf7b53b9768fccb00d84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Baltimore Community Lending',});m_24d0592a0eb0cf7b53b9768fccb00d84['infowindow'] = new google.maps.InfoWindow({content: $l24d0592a0eb0cf7b53b9768fccb00d84});var infowindow = new google.maps.InfoWindow({content: $l24d0592a0eb0cf7b53b9768fccb00d84});google.maps.event.addListener(m_24d0592a0eb0cf7b53b9768fccb00d84, 'click', function() {infowindow.open(map,m_24d0592a0eb0cf7b53b9768fccb00d84);});$marker.push(m_24d0592a0eb0cf7b53b9768fccb00d84);}});}google.maps.event.addDomListener(window, 'load', initialize);