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.1556,-71.1453)};var g_086e64a5f4305d946fd0eb3c0e4f8879 = new google.maps.Geocoder();g_086e64a5f4305d946fd0eb3c0e4f8879.geocode( { 'address': "671 Washington St, Canton, MA 02021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-MA-canton-co-operative-bank').style.display = '';map = new google.maps.Map(document.getElementById('canton-MA-canton-co-operative-bank'), mapOptions);}document.getElementById('8f782cc4').innerHTML += ' | View Map';var $l086e64a5f4305d946fd0eb3c0e4f8879 = '

Canton Co-Operative Bank

Address: 671 Washington St, Canton, MA 02021, USA
Phone: (781) 828-8811
';var m_086e64a5f4305d946fd0eb3c0e4f8879 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Canton Co-Operative Bank',});m_086e64a5f4305d946fd0eb3c0e4f8879['infowindow'] = new google.maps.InfoWindow({content: $l086e64a5f4305d946fd0eb3c0e4f8879});var infowindow = new google.maps.InfoWindow({content: $l086e64a5f4305d946fd0eb3c0e4f8879});google.maps.event.addListener(m_086e64a5f4305d946fd0eb3c0e4f8879, 'click', function() {infowindow.open(map,m_086e64a5f4305d946fd0eb3c0e4f8879);});$marker.push(m_086e64a5f4305d946fd0eb3c0e4f8879);}});}google.maps.event.addDomListener(window, 'load', initialize);