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.9852,-71.4656)};var g_ba1a3d2681b0c0b308161abcc2a30b3d = new google.maps.Geocoder();g_ba1a3d2681b0c0b308161abcc2a30b3d.geocode( { 'address': "80 Canal St, Manchester, NH 03101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-NH-nbt-bank-of-manchester').style.display = '';map = new google.maps.Map(document.getElementById('manchester-NH-nbt-bank-of-manchester'), mapOptions);}document.getElementById('7606d785').innerHTML += ' | View Map';var $lba1a3d2681b0c0b308161abcc2a30b3d = '

NBT Bank of Manchester

Address: 80 Canal St, Manchester, NH 03101, USA
Phone: (603) 623-2007
';var m_ba1a3d2681b0c0b308161abcc2a30b3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank of Manchester',});m_ba1a3d2681b0c0b308161abcc2a30b3d['infowindow'] = new google.maps.InfoWindow({content: $lba1a3d2681b0c0b308161abcc2a30b3d});var infowindow = new google.maps.InfoWindow({content: $lba1a3d2681b0c0b308161abcc2a30b3d});google.maps.event.addListener(m_ba1a3d2681b0c0b308161abcc2a30b3d, 'click', function() {infowindow.open(map,m_ba1a3d2681b0c0b308161abcc2a30b3d);});$marker.push(m_ba1a3d2681b0c0b308161abcc2a30b3d);}});}google.maps.event.addDomListener(window, 'load', initialize);