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.1498,-71.5224)};var g_a1b865daa05b1b1283171c4d28c02ec6 = new google.maps.Geocoder();g_a1b865daa05b1b1283171c4d28c02ec6.geocode( { 'address': "17 Water St, Milford, MA 01757"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-MA-easton-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('milford-MA-easton-mortgage'), mapOptions);}document.getElementById('8e6bc3f1').innerHTML += ' | View Map';var $la1b865daa05b1b1283171c4d28c02ec6 = '

Easton Mortgage

Address: 17 Water St, Milford, MA 01757
Phone: (508) 473-7716
';var m_a1b865daa05b1b1283171c4d28c02ec6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Easton Mortgage',});m_a1b865daa05b1b1283171c4d28c02ec6['infowindow'] = new google.maps.InfoWindow({content: $la1b865daa05b1b1283171c4d28c02ec6});var infowindow = new google.maps.InfoWindow({content: $la1b865daa05b1b1283171c4d28c02ec6});google.maps.event.addListener(m_a1b865daa05b1b1283171c4d28c02ec6, 'click', function() {infowindow.open(map,m_a1b865daa05b1b1283171c4d28c02ec6);});$marker.push(m_a1b865daa05b1b1283171c4d28c02ec6);}});}google.maps.event.addDomListener(window, 'load', initialize);