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.7158,-71.5303)};var g_be2fc3bcc4f0b3ea4769173c5b46f62c = new google.maps.Geocoder();g_be2fc3bcc4f0b3ea4769173c5b46f62c.geocode( { 'address': "US-3, Holderness, NH 03245, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holderness-NH-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('holderness-NH-citizens-bank'), mapOptions);}document.getElementById('55691d67').innerHTML += ' | View Map';var $lbe2fc3bcc4f0b3ea4769173c5b46f62c = '

Citizens Bank

Address: US-3, Holderness, NH 03245, USA
Phone:
';var m_be2fc3bcc4f0b3ea4769173c5b46f62c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_be2fc3bcc4f0b3ea4769173c5b46f62c['infowindow'] = new google.maps.InfoWindow({content: $lbe2fc3bcc4f0b3ea4769173c5b46f62c});var infowindow = new google.maps.InfoWindow({content: $lbe2fc3bcc4f0b3ea4769173c5b46f62c});google.maps.event.addListener(m_be2fc3bcc4f0b3ea4769173c5b46f62c, 'click', function() {infowindow.open(map,m_be2fc3bcc4f0b3ea4769173c5b46f62c);});$marker.push(m_be2fc3bcc4f0b3ea4769173c5b46f62c);}});}google.maps.event.addDomListener(window, 'load', initialize);