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.1712,-72.4725)};var g_7cb75ab11fa94be4bfff60d53f702a9f = new google.maps.Geocoder();g_7cb75ab11fa94be4bfff60d53f702a9f.geocode( { 'address': "14 Chestnut Pl, Ludlow, MA 01056"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ludlow-MA-rehabilitation-institute-of-western-massachusetts-llc').style.display = '';map = new google.maps.Map(document.getElementById('ludlow-MA-rehabilitation-institute-of-western-massachusetts-llc'), mapOptions);}document.getElementById('e9e91dfe').innerHTML += ' | View Map';var $l7cb75ab11fa94be4bfff60d53f702a9f = '

Rehabilitation Institute Of Western Massachusetts LLC

Address: 14 Chestnut Pl, Ludlow, MA 01056
Phone: (413) 589-7581
';var m_7cb75ab11fa94be4bfff60d53f702a9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rehabilitation Institute Of Western Massachusetts LLC',});m_7cb75ab11fa94be4bfff60d53f702a9f['infowindow'] = new google.maps.InfoWindow({content: $l7cb75ab11fa94be4bfff60d53f702a9f});var infowindow = new google.maps.InfoWindow({content: $l7cb75ab11fa94be4bfff60d53f702a9f});google.maps.event.addListener(m_7cb75ab11fa94be4bfff60d53f702a9f, 'click', function() {infowindow.open(map,m_7cb75ab11fa94be4bfff60d53f702a9f);});$marker.push(m_7cb75ab11fa94be4bfff60d53f702a9f);}});}google.maps.event.addDomListener(window, 'load', initialize);