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.2701,-72.0852)};var g_ab8df9f7733db5611fd53748f1db282e = new google.maps.Geocoder();g_ab8df9f7733db5611fd53748f1db282e.geocode( { 'address': "220 N Main St, North Brookfield, MA 01535, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-brookfield-MA-cuddy-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('north-brookfield-MA-cuddy-insurance-agency-inc'), mapOptions);}document.getElementById('60966b03').innerHTML += ' | View Map';var $lab8df9f7733db5611fd53748f1db282e = '

Cuddy Insurance Agency, Inc.

Address: 220 N Main St, North Brookfield, MA 01535, USA
Phone: (508) 867-6850
';var m_ab8df9f7733db5611fd53748f1db282e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cuddy Insurance Agency, Inc.',});m_ab8df9f7733db5611fd53748f1db282e['infowindow'] = new google.maps.InfoWindow({content: $lab8df9f7733db5611fd53748f1db282e});var infowindow = new google.maps.InfoWindow({content: $lab8df9f7733db5611fd53748f1db282e});google.maps.event.addListener(m_ab8df9f7733db5611fd53748f1db282e, 'click', function() {infowindow.open(map,m_ab8df9f7733db5611fd53748f1db282e);});$marker.push(m_ab8df9f7733db5611fd53748f1db282e);}});}google.maps.event.addDomListener(window, 'load', initialize);