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.1264,-72.0586)};var g_f03a19ab4d5c48383069e84012b1723a = new google.maps.Geocoder();g_f03a19ab4d5c48383069e84012b1723a.geocode( { 'address': "100 Charlton Rd, Sturbridge, MA 01566, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sturbridge-MA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('sturbridge-MA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('718c4410').innerHTML += ' | View Map';var $lf03a19ab4d5c48383069e84012b1723a = '

Citizens Bank Supermarket Branch

Address: 100 Charlton Rd, Sturbridge, MA 01566, USA
Phone: (508) 347-3506
';var m_f03a19ab4d5c48383069e84012b1723a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_f03a19ab4d5c48383069e84012b1723a['infowindow'] = new google.maps.InfoWindow({content: $lf03a19ab4d5c48383069e84012b1723a});var infowindow = new google.maps.InfoWindow({content: $lf03a19ab4d5c48383069e84012b1723a});google.maps.event.addListener(m_f03a19ab4d5c48383069e84012b1723a, 'click', function() {infowindow.open(map,m_f03a19ab4d5c48383069e84012b1723a);});$marker.push(m_f03a19ab4d5c48383069e84012b1723a);}});}google.maps.event.addDomListener(window, 'load', initialize);