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.6488,-71.162)};var g_0971c9775f0866fee33d24381ff4f4ca = new google.maps.Geocoder();g_0971c9775f0866fee33d24381ff4f4ca.geocode( { 'address': "15 Elm St, Andover, MA 01810"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('andover-MA-century-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('andover-MA-century-bank-trust-co'), mapOptions);}document.getElementById('9950cc8b').innerHTML += ' | View Map';var $l0971c9775f0866fee33d24381ff4f4ca = '

Century Bank & Trust Co

Address: 15 Elm St, Andover, MA 01810
Phone: (978) 474-4191
';var m_0971c9775f0866fee33d24381ff4f4ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century Bank & Trust Co',});m_0971c9775f0866fee33d24381ff4f4ca['infowindow'] = new google.maps.InfoWindow({content: $l0971c9775f0866fee33d24381ff4f4ca});var infowindow = new google.maps.InfoWindow({content: $l0971c9775f0866fee33d24381ff4f4ca});google.maps.event.addListener(m_0971c9775f0866fee33d24381ff4f4ca, 'click', function() {infowindow.open(map,m_0971c9775f0866fee33d24381ff4f4ca);});$marker.push(m_0971c9775f0866fee33d24381ff4f4ca);}});}google.maps.event.addDomListener(window, 'load', initialize);