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.1116,-71.6622)};var g_209fb594e9789c0cb885c9d73906fc67 = new google.maps.Geocoder();g_209fb594e9789c0cb885c9d73906fc67.geocode( { 'address': "49 Church St, Whitinsville, MA 01588, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northbridge-MA-sterling-associates').style.display = '';map = new google.maps.Map(document.getElementById('northbridge-MA-sterling-associates'), mapOptions);}document.getElementById('c151a558').innerHTML += ' | View Map';var $l209fb594e9789c0cb885c9d73906fc67 = '

Sterling Associates

Address: 49 Church St, Whitinsville, MA 01588, USA
Phone: (508) 234-1550
';var m_209fb594e9789c0cb885c9d73906fc67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sterling Associates',});m_209fb594e9789c0cb885c9d73906fc67['infowindow'] = new google.maps.InfoWindow({content: $l209fb594e9789c0cb885c9d73906fc67});var infowindow = new google.maps.InfoWindow({content: $l209fb594e9789c0cb885c9d73906fc67});google.maps.event.addListener(m_209fb594e9789c0cb885c9d73906fc67, 'click', function() {infowindow.open(map,m_209fb594e9789c0cb885c9d73906fc67);});$marker.push(m_209fb594e9789c0cb885c9d73906fc67);}});}google.maps.event.addDomListener(window, 'load', initialize);