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(41.9966,-72.5958)};var g_c7a6dfc7a73f611402915679e944f4a6 = new google.maps.Geocoder();g_c7a6dfc7a73f611402915679e944f4a6.geocode( { 'address': "146 High St, Enfield, CT 06082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enfield-CT-susan-m-williams-llc').style.display = '';map = new google.maps.Map(document.getElementById('enfield-CT-susan-m-williams-llc'), mapOptions);}document.getElementById('e4107083').innerHTML += ' | View Map';var $lc7a6dfc7a73f611402915679e944f4a6 = '

Susan M Williams LLC

Address: 146 High St, Enfield, CT 06082, USA
Phone: (860) 265-4764
';var m_c7a6dfc7a73f611402915679e944f4a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Susan M Williams LLC',});m_c7a6dfc7a73f611402915679e944f4a6['infowindow'] = new google.maps.InfoWindow({content: $lc7a6dfc7a73f611402915679e944f4a6});var infowindow = new google.maps.InfoWindow({content: $lc7a6dfc7a73f611402915679e944f4a6});google.maps.event.addListener(m_c7a6dfc7a73f611402915679e944f4a6, 'click', function() {infowindow.open(map,m_c7a6dfc7a73f611402915679e944f4a6);});$marker.push(m_c7a6dfc7a73f611402915679e944f4a6);}});}google.maps.event.addDomListener(window, 'load', initialize);