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.1157,-72.1132)};var g_44ab04d210b609e3fd2b6b4907891ba1 = new google.maps.Geocoder();g_44ab04d210b609e3fd2b6b4907891ba1.geocode( { 'address': "559 Main St, Sturbridge, MA 01518, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sturbridge-MA-northpoint-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('sturbridge-MA-northpoint-mortgage-inc'), mapOptions);}document.getElementById('09d1a650').innerHTML += ' | View Map';var $l44ab04d210b609e3fd2b6b4907891ba1 = '

Northpoint Mortgage, Inc.

Address: 559 Main St, Sturbridge, MA 01518, USA
Phone: (508) 347-0010
';var m_44ab04d210b609e3fd2b6b4907891ba1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northpoint Mortgage, Inc.',});m_44ab04d210b609e3fd2b6b4907891ba1['infowindow'] = new google.maps.InfoWindow({content: $l44ab04d210b609e3fd2b6b4907891ba1});var infowindow = new google.maps.InfoWindow({content: $l44ab04d210b609e3fd2b6b4907891ba1});google.maps.event.addListener(m_44ab04d210b609e3fd2b6b4907891ba1, 'click', function() {infowindow.open(map,m_44ab04d210b609e3fd2b6b4907891ba1);});$marker.push(m_44ab04d210b609e3fd2b6b4907891ba1);}});}google.maps.event.addDomListener(window, 'load', initialize);