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.1644,-71.1316)};var g_9aef7000c0415111b1b3f3c825b9e58e = new google.maps.Geocoder();g_9aef7000c0415111b1b3f3c825b9e58e.geocode( { 'address': "490 Turnpike St, Canton, MA 02021"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-MA-the-bank-of-canton').style.display = '';map = new google.maps.Map(document.getElementById('canton-MA-the-bank-of-canton'), mapOptions);}document.getElementById('abfdf75b').innerHTML += ' | View Map';var $l9aef7000c0415111b1b3f3c825b9e58e = '

The Bank of Canton

Address: 490 Turnpike St, Canton, MA 02021
Phone: (781) 830-6208
';var m_9aef7000c0415111b1b3f3c825b9e58e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Canton',});m_9aef7000c0415111b1b3f3c825b9e58e['infowindow'] = new google.maps.InfoWindow({content: $l9aef7000c0415111b1b3f3c825b9e58e});var infowindow = new google.maps.InfoWindow({content: $l9aef7000c0415111b1b3f3c825b9e58e});google.maps.event.addListener(m_9aef7000c0415111b1b3f3c825b9e58e, 'click', function() {infowindow.open(map,m_9aef7000c0415111b1b3f3c825b9e58e);});$marker.push(m_9aef7000c0415111b1b3f3c825b9e58e);}});}google.maps.event.addDomListener(window, 'load', initialize);