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.056,-71.0712)};var g_66aa6d763630cb3cd1a45f27cc802d08 = new google.maps.Geocoder();g_66aa6d763630cb3cd1a45f27cc802d08.geocode( { 'address': "165 Belmont St, South Easton, MA 02375, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('easton-MA-london-damren--associates').style.display = '';map = new google.maps.Map(document.getElementById('easton-MA-london-damren--associates'), mapOptions);}document.getElementById('bd199c71').innerHTML += ' | View Map';var $l66aa6d763630cb3cd1a45f27cc802d08 = '

London Damren & Associates

Address: 165 Belmont St, South Easton, MA 02375, USA
Phone: (508) 238-0010
';var m_66aa6d763630cb3cd1a45f27cc802d08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'London Damren & Associates',});m_66aa6d763630cb3cd1a45f27cc802d08['infowindow'] = new google.maps.InfoWindow({content: $l66aa6d763630cb3cd1a45f27cc802d08});var infowindow = new google.maps.InfoWindow({content: $l66aa6d763630cb3cd1a45f27cc802d08});google.maps.event.addListener(m_66aa6d763630cb3cd1a45f27cc802d08, 'click', function() {infowindow.open(map,m_66aa6d763630cb3cd1a45f27cc802d08);});$marker.push(m_66aa6d763630cb3cd1a45f27cc802d08);}});}google.maps.event.addDomListener(window, 'load', initialize);