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.4771,-72.6071)};var g_9919ff0c70f967d2c04de979d880d48a = new google.maps.Geocoder();g_9919ff0c70f967d2c04de979d880d48a.geocode( { 'address': "1 Sugarloaf St, South Deerfield, MA 01373, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deerfield-MA-pvgrows').style.display = '';map = new google.maps.Map(document.getElementById('deerfield-MA-pvgrows'), mapOptions);}document.getElementById('7dee2c55').innerHTML += ' | View Map';var $l9919ff0c70f967d2c04de979d880d48a = '

PVGrows

Address: 1 Sugarloaf St, South Deerfield, MA 01373, USA
Phone: (413) 665-7100
';var m_9919ff0c70f967d2c04de979d880d48a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PVGrows',});m_9919ff0c70f967d2c04de979d880d48a['infowindow'] = new google.maps.InfoWindow({content: $l9919ff0c70f967d2c04de979d880d48a});var infowindow = new google.maps.InfoWindow({content: $l9919ff0c70f967d2c04de979d880d48a});google.maps.event.addListener(m_9919ff0c70f967d2c04de979d880d48a, 'click', function() {infowindow.open(map,m_9919ff0c70f967d2c04de979d880d48a);});$marker.push(m_9919ff0c70f967d2c04de979d880d48a);}});}google.maps.event.addDomListener(window, 'load', initialize);