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.6647,-71.5784)};var g_e0c8c179acb99858543fe2fc0a727b62 = new google.maps.Geocoder();g_e0c8c179acb99858543fe2fc0a727b62.geocode( { 'address': "121 Main St, Pepperell, MA 01463, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pepperell-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('pepperell-MA-citizens-bank'), mapOptions);}document.getElementById('70f4b413').innerHTML += ' | View Map';var $le0c8c179acb99858543fe2fc0a727b62 = '

Citizens Bank

Address: 121 Main St, Pepperell, MA 01463, USA
Phone:
';var m_e0c8c179acb99858543fe2fc0a727b62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_e0c8c179acb99858543fe2fc0a727b62['infowindow'] = new google.maps.InfoWindow({content: $le0c8c179acb99858543fe2fc0a727b62});var infowindow = new google.maps.InfoWindow({content: $le0c8c179acb99858543fe2fc0a727b62});google.maps.event.addListener(m_e0c8c179acb99858543fe2fc0a727b62, 'click', function() {infowindow.open(map,m_e0c8c179acb99858543fe2fc0a727b62);});$marker.push(m_e0c8c179acb99858543fe2fc0a727b62);}});}google.maps.event.addDomListener(window, 'load', initialize);