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.3362,-71.1037)};var g_f0b9738a36fd8a97a9660d3db497092d = new google.maps.Geocoder();g_f0b9738a36fd8a97a9660d3db497092d.geocode( { 'address': "201 Main St, Charlestown, MA 02129"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlestown-MA-the-cooperative-bank').style.display = '';map = new google.maps.Map(document.getElementById('charlestown-MA-the-cooperative-bank'), mapOptions);}document.getElementById('7576de77').innerHTML += ' | View Map';var $lf0b9738a36fd8a97a9660d3db497092d = '

The Cooperative Bank

Address: 201 Main St, Charlestown, MA 02129
Phone: (617) 242-0380
';var m_f0b9738a36fd8a97a9660d3db497092d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Cooperative Bank',});m_f0b9738a36fd8a97a9660d3db497092d['infowindow'] = new google.maps.InfoWindow({content: $lf0b9738a36fd8a97a9660d3db497092d});var infowindow = new google.maps.InfoWindow({content: $lf0b9738a36fd8a97a9660d3db497092d});google.maps.event.addListener(m_f0b9738a36fd8a97a9660d3db497092d, 'click', function() {infowindow.open(map,m_f0b9738a36fd8a97a9660d3db497092d);});$marker.push(m_f0b9738a36fd8a97a9660d3db497092d);}});}google.maps.event.addDomListener(window, 'load', initialize);