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(43.2971,-71.3318)};var g_619b59647202cbdf6d2f263301bf7286 = new google.maps.Geocoder();g_619b59647202cbdf6d2f263301bf7286.geocode( { 'address': "54 Main St, Pittsfield, NH 03263"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsfield-NH-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('pittsfield-NH-citizens-bank'), mapOptions);}document.getElementById('5aab072d').innerHTML += ' | View Map';var $l619b59647202cbdf6d2f263301bf7286 = '

Citizens Bank

Address: 54 Main St, Pittsfield, NH 03263
Phone: (603) 435-3004
';var m_619b59647202cbdf6d2f263301bf7286 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_619b59647202cbdf6d2f263301bf7286['infowindow'] = new google.maps.InfoWindow({content: $l619b59647202cbdf6d2f263301bf7286});var infowindow = new google.maps.InfoWindow({content: $l619b59647202cbdf6d2f263301bf7286});google.maps.event.addListener(m_619b59647202cbdf6d2f263301bf7286, 'click', function() {infowindow.open(map,m_619b59647202cbdf6d2f263301bf7286);});$marker.push(m_619b59647202cbdf6d2f263301bf7286);}});}google.maps.event.addDomListener(window, 'load', initialize);