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.7043,-71.1114)};var g_49400a5dd7f2e10a42bbeda9e21f9a83 = new google.maps.Geocoder();g_49400a5dd7f2e10a42bbeda9e21f9a83.geocode( { 'address': "930 NH-16, Ossipee, NH 03864, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ossipee-NH-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('ossipee-NH-citizens-bank'), mapOptions);}document.getElementById('b256ec55').innerHTML += ' | View Map';var $l49400a5dd7f2e10a42bbeda9e21f9a83 = '

Citizens Bank

Address: 930 NH-16, Ossipee, NH 03864, USA
Phone: (603) 539-1200
';var m_49400a5dd7f2e10a42bbeda9e21f9a83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_49400a5dd7f2e10a42bbeda9e21f9a83['infowindow'] = new google.maps.InfoWindow({content: $l49400a5dd7f2e10a42bbeda9e21f9a83});var infowindow = new google.maps.InfoWindow({content: $l49400a5dd7f2e10a42bbeda9e21f9a83});google.maps.event.addListener(m_49400a5dd7f2e10a42bbeda9e21f9a83, 'click', function() {infowindow.open(map,m_49400a5dd7f2e10a42bbeda9e21f9a83);});$marker.push(m_49400a5dd7f2e10a42bbeda9e21f9a83);}});}google.maps.event.addDomListener(window, 'load', initialize);