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(42.3553,-71.0578)};var g_d67f1ab80fc9118ef90cc00cae40529f = new google.maps.Geocoder();g_d67f1ab80fc9118ef90cc00cae40529f.geocode( { 'address': "91 Franklin St, Boston, MA 02110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-residential-mortgage-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-residential-mortgage-services-inc'), mapOptions);}document.getElementById('91f336f8').innerHTML += ' | View Map';var $ld67f1ab80fc9118ef90cc00cae40529f = '

RESIDENTIAL MORTGAGE SERVICES INC

Address: 91 Franklin St, Boston, MA 02110, USA
Phone: (857) 263-8995
';var m_d67f1ab80fc9118ef90cc00cae40529f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RESIDENTIAL MORTGAGE SERVICES INC',});m_d67f1ab80fc9118ef90cc00cae40529f['infowindow'] = new google.maps.InfoWindow({content: $ld67f1ab80fc9118ef90cc00cae40529f});var infowindow = new google.maps.InfoWindow({content: $ld67f1ab80fc9118ef90cc00cae40529f});google.maps.event.addListener(m_d67f1ab80fc9118ef90cc00cae40529f, 'click', function() {infowindow.open(map,m_d67f1ab80fc9118ef90cc00cae40529f);});$marker.push(m_d67f1ab80fc9118ef90cc00cae40529f);}});}google.maps.event.addDomListener(window, 'load', initialize);