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.4763,-71.1768)};var g_deb23c20e7307c4c07ff41423ea0902c = new google.maps.Geocoder();g_deb23c20e7307c4c07ff41423ea0902c.geocode( { 'address': "173 Pleasant St, Berlin, NH 03570"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berlin-NH-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('berlin-NH-citizens-bank'), mapOptions);}document.getElementById('8505b720').innerHTML += ' | View Map';var $ldeb23c20e7307c4c07ff41423ea0902c = '

Citizens Bank

Address: 173 Pleasant St, Berlin, NH 03570
Phone: (603) 752-4340
';var m_deb23c20e7307c4c07ff41423ea0902c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_deb23c20e7307c4c07ff41423ea0902c['infowindow'] = new google.maps.InfoWindow({content: $ldeb23c20e7307c4c07ff41423ea0902c});var infowindow = new google.maps.InfoWindow({content: $ldeb23c20e7307c4c07ff41423ea0902c});google.maps.event.addListener(m_deb23c20e7307c4c07ff41423ea0902c, 'click', function() {infowindow.open(map,m_deb23c20e7307c4c07ff41423ea0902c);});$marker.push(m_deb23c20e7307c4c07ff41423ea0902c);}});}google.maps.event.addDomListener(window, 'load', initialize);