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.291,-72.41)};var g_fe18b4fe37333a388473988576c744ee = new google.maps.Geocoder();g_fe18b4fe37333a388473988576c744ee.geocode( { 'address': "20 George Hannum St, Belchertown, MA 01007, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belchertown-MA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('belchertown-MA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('b88fafc3').innerHTML += ' | View Map';var $lfe18b4fe37333a388473988576c744ee = '

Citizens Bank Supermarket Branch

Address: 20 George Hannum St, Belchertown, MA 01007, USA
Phone: (413) 323-8000
';var m_fe18b4fe37333a388473988576c744ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_fe18b4fe37333a388473988576c744ee['infowindow'] = new google.maps.InfoWindow({content: $lfe18b4fe37333a388473988576c744ee});var infowindow = new google.maps.InfoWindow({content: $lfe18b4fe37333a388473988576c744ee});google.maps.event.addListener(m_fe18b4fe37333a388473988576c744ee, 'click', function() {infowindow.open(map,m_fe18b4fe37333a388473988576c744ee);});$marker.push(m_fe18b4fe37333a388473988576c744ee);}});}google.maps.event.addDomListener(window, 'load', initialize);