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.0415,-71.6713)};var g_3681a305c757f46ee79af4297b18455f = new google.maps.Geocoder();g_3681a305c757f46ee79af4297b18455f.geocode( { 'address': "10 Paper Mill Dr, Lincoln, NH 03251, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincoln-NH-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('lincoln-NH-citizens-bank'), mapOptions);}document.getElementById('497258e0').innerHTML += ' | View Map';var $l3681a305c757f46ee79af4297b18455f = '

Citizens Bank

Address: 10 Paper Mill Dr, Lincoln, NH 03251, USA
Phone: (603) 745-2211
';var m_3681a305c757f46ee79af4297b18455f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_3681a305c757f46ee79af4297b18455f['infowindow'] = new google.maps.InfoWindow({content: $l3681a305c757f46ee79af4297b18455f});var infowindow = new google.maps.InfoWindow({content: $l3681a305c757f46ee79af4297b18455f});google.maps.event.addListener(m_3681a305c757f46ee79af4297b18455f, 'click', function() {infowindow.open(map,m_3681a305c757f46ee79af4297b18455f);});$marker.push(m_3681a305c757f46ee79af4297b18455f);}});}google.maps.event.addDomListener(window, 'load', initialize);