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.1192,-72.7471)};var g_fc560129d08a907275893d349b2ccebe = new google.maps.Geocoder();g_fc560129d08a907275893d349b2ccebe.geocode( { 'address': "57 Main St, Westfield, MA 01085, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westfield-MA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('westfield-MA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('0c139990').innerHTML += ' | View Map';var $lfc560129d08a907275893d349b2ccebe = '

Citizens Bank Supermarket Branch

Address: 57 Main St, Westfield, MA 01085, USA
Phone: (413) 562-8024
';var m_fc560129d08a907275893d349b2ccebe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_fc560129d08a907275893d349b2ccebe['infowindow'] = new google.maps.InfoWindow({content: $lfc560129d08a907275893d349b2ccebe});var infowindow = new google.maps.InfoWindow({content: $lfc560129d08a907275893d349b2ccebe});google.maps.event.addListener(m_fc560129d08a907275893d349b2ccebe, 'click', function() {infowindow.open(map,m_fc560129d08a907275893d349b2ccebe);});$marker.push(m_fc560129d08a907275893d349b2ccebe);}});}google.maps.event.addDomListener(window, 'load', initialize);