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.0025,-76.5104)};var g_0ec5e8e0a098480740960ee837cc9851 = new google.maps.Geocoder();g_0ec5e8e0a098480740960ee837cc9851.geocode( { 'address': "27 Old Solomons Island Rd, Annapolis, MD 21401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('annapolis-MD-harvard-home-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('annapolis-MD-harvard-home-mortgage-inc'), mapOptions);}document.getElementById('55545808').innerHTML += ' | View Map';var $l0ec5e8e0a098480740960ee837cc9851 = '

Harvard Home Mortgage, Inc.

Address: 27 Old Solomons Island Rd, Annapolis, MD 21401
Phone: (410) 573-1073
';var m_0ec5e8e0a098480740960ee837cc9851 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harvard Home Mortgage, Inc.',});m_0ec5e8e0a098480740960ee837cc9851['infowindow'] = new google.maps.InfoWindow({content: $l0ec5e8e0a098480740960ee837cc9851});var infowindow = new google.maps.InfoWindow({content: $l0ec5e8e0a098480740960ee837cc9851});google.maps.event.addListener(m_0ec5e8e0a098480740960ee837cc9851, 'click', function() {infowindow.open(map,m_0ec5e8e0a098480740960ee837cc9851);});$marker.push(m_0ec5e8e0a098480740960ee837cc9851);}});}google.maps.event.addDomListener(window, 'load', initialize);