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.0684,-72.6742)};var g_7275a8591b84cb1a26d6d9701b7e96cb = new google.maps.Geocoder();g_7275a8591b84cb1a26d6d9701b7e96cb.geocode( { 'address': "1282 Springfield St, Feeding Hills, MA 01030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('agawam-MA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('agawam-MA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('4b72df57').innerHTML += ' | View Map';var $l7275a8591b84cb1a26d6d9701b7e96cb = '

Citizens Bank Supermarket Branch

Address: 1282 Springfield St, Feeding Hills, MA 01030, USA
Phone: (413) 789-1025
';var m_7275a8591b84cb1a26d6d9701b7e96cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_7275a8591b84cb1a26d6d9701b7e96cb['infowindow'] = new google.maps.InfoWindow({content: $l7275a8591b84cb1a26d6d9701b7e96cb});var infowindow = new google.maps.InfoWindow({content: $l7275a8591b84cb1a26d6d9701b7e96cb});google.maps.event.addListener(m_7275a8591b84cb1a26d6d9701b7e96cb, 'click', function() {infowindow.open(map,m_7275a8591b84cb1a26d6d9701b7e96cb);});$marker.push(m_7275a8591b84cb1a26d6d9701b7e96cb);}});}google.maps.event.addDomListener(window, 'load', initialize);