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.2799,-71.6023)};var g_9ac02e8dee903da68d3e0dd0af2cb976 = new google.maps.Geocoder();g_9ac02e8dee903da68d3e0dd0af2cb976.geocode( { 'address': "276 Tpke Rd, Westborough, MA 01581"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westborough-MA-greenpark-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('westborough-MA-greenpark-mortgage'), mapOptions);}document.getElementById('517b23d7').innerHTML += ' | View Map';var $l9ac02e8dee903da68d3e0dd0af2cb976 = '

Greenpark Mortgage

Address: 276 Tpke Rd, Westborough, MA 01581
Phone: (508) 898-2025
';var m_9ac02e8dee903da68d3e0dd0af2cb976 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greenpark Mortgage',});m_9ac02e8dee903da68d3e0dd0af2cb976['infowindow'] = new google.maps.InfoWindow({content: $l9ac02e8dee903da68d3e0dd0af2cb976});var infowindow = new google.maps.InfoWindow({content: $l9ac02e8dee903da68d3e0dd0af2cb976});google.maps.event.addListener(m_9ac02e8dee903da68d3e0dd0af2cb976, 'click', function() {infowindow.open(map,m_9ac02e8dee903da68d3e0dd0af2cb976);});$marker.push(m_9ac02e8dee903da68d3e0dd0af2cb976);}});}google.maps.event.addDomListener(window, 'load', initialize);