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_840c95f9d552281cd89890abab9c4146 = new google.maps.Geocoder();g_840c95f9d552281cd89890abab9c4146.geocode( { 'address': "3301 Boston St, Baltimore, MD 21224"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-1st-mariner-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-1st-mariner-mortgage'), mapOptions);}document.getElementById('fc68ed7e').innerHTML += ' | View Map';var $l840c95f9d552281cd89890abab9c4146 = '

1st Mariner Mortgage

Address: 3301 Boston St, Baltimore, MD 21224
Phone: (410) 558-4200
';var m_840c95f9d552281cd89890abab9c4146 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Mariner Mortgage',});m_840c95f9d552281cd89890abab9c4146['infowindow'] = new google.maps.InfoWindow({content: $l840c95f9d552281cd89890abab9c4146});var infowindow = new google.maps.InfoWindow({content: $l840c95f9d552281cd89890abab9c4146});google.maps.event.addListener(m_840c95f9d552281cd89890abab9c4146, 'click', function() {infowindow.open(map,m_840c95f9d552281cd89890abab9c4146);});$marker.push(m_840c95f9d552281cd89890abab9c4146);}});}google.maps.event.addDomListener(window, 'load', initialize);