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(44.8924,-71.4985)};var g_302c6ebc7de25ab0851c6c86bdad6106 = new google.maps.Geocoder();g_302c6ebc7de25ab0851c6c86bdad6106.geocode( { 'address': "104 Main St, Colebrook, NH 03576"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colebrook-NH-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('colebrook-NH-citizens-bank'), mapOptions);}document.getElementById('bd9a362e').innerHTML += ' | View Map';var $l302c6ebc7de25ab0851c6c86bdad6106 = '

Citizens Bank

Address: 104 Main St, Colebrook, NH 03576
Phone: (603) 237-5577
';var m_302c6ebc7de25ab0851c6c86bdad6106 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_302c6ebc7de25ab0851c6c86bdad6106['infowindow'] = new google.maps.InfoWindow({content: $l302c6ebc7de25ab0851c6c86bdad6106});var infowindow = new google.maps.InfoWindow({content: $l302c6ebc7de25ab0851c6c86bdad6106});google.maps.event.addListener(m_302c6ebc7de25ab0851c6c86bdad6106, 'click', function() {infowindow.open(map,m_302c6ebc7de25ab0851c6c86bdad6106);});$marker.push(m_302c6ebc7de25ab0851c6c86bdad6106);}});}google.maps.event.addDomListener(window, 'load', initialize);