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.4234,-71.5146)};var g_3981010d3443cc88b0f1ce916cc0d49b = new google.maps.Geocoder();g_3981010d3443cc88b0f1ce916cc0d49b.geocode( { 'address': "159 Great Rd, Stow, MA 01775"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stow-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('stow-MA-citizens-bank'), mapOptions);}document.getElementById('3ad4dd29').innerHTML += ' | View Map';var $l3981010d3443cc88b0f1ce916cc0d49b = '

Citizens Bank

Address: 159 Great Rd, Stow, MA 01775
Phone: (978) 461-1600
';var m_3981010d3443cc88b0f1ce916cc0d49b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_3981010d3443cc88b0f1ce916cc0d49b['infowindow'] = new google.maps.InfoWindow({content: $l3981010d3443cc88b0f1ce916cc0d49b});var infowindow = new google.maps.InfoWindow({content: $l3981010d3443cc88b0f1ce916cc0d49b});google.maps.event.addListener(m_3981010d3443cc88b0f1ce916cc0d49b, 'click', function() {infowindow.open(map,m_3981010d3443cc88b0f1ce916cc0d49b);});$marker.push(m_3981010d3443cc88b0f1ce916cc0d49b);}});}google.maps.event.addDomListener(window, 'load', initialize);