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.1105,-72.0763)};var g_1bd36c9ae813f304363ae6ac7f48068e = new google.maps.Geocoder();g_1bd36c9ae813f304363ae6ac7f48068e.geocode( { 'address': "100 Charlton Rd, Sturbridge, MA 01566"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sturbridge-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('sturbridge-MA-citizens-bank'), mapOptions);}document.getElementById('d1ef1c84').innerHTML += ' | View Map';var $l1bd36c9ae813f304363ae6ac7f48068e = '

Citizens Bank

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