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.6584,-71.4992)};var g_cf9230bfbc7f6eda3922d0dbef7db3af = new google.maps.Geocoder();g_cf9230bfbc7f6eda3922d0dbef7db3af.geocode( { 'address': "10 NH-25, Meredith, NH 03253, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meredith-NH-charter-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('meredith-NH-charter-trust-co'), mapOptions);}document.getElementById('dc56fdbf').innerHTML += ' | View Map';var $lcf9230bfbc7f6eda3922d0dbef7db3af = '

Charter Trust Co

Address: 10 NH-25, Meredith, NH 03253, USA
Phone: (603) 279-2261
';var m_cf9230bfbc7f6eda3922d0dbef7db3af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Charter Trust Co',});m_cf9230bfbc7f6eda3922d0dbef7db3af['infowindow'] = new google.maps.InfoWindow({content: $lcf9230bfbc7f6eda3922d0dbef7db3af});var infowindow = new google.maps.InfoWindow({content: $lcf9230bfbc7f6eda3922d0dbef7db3af});google.maps.event.addListener(m_cf9230bfbc7f6eda3922d0dbef7db3af, 'click', function() {infowindow.open(map,m_cf9230bfbc7f6eda3922d0dbef7db3af);});$marker.push(m_cf9230bfbc7f6eda3922d0dbef7db3af);}});}google.maps.event.addDomListener(window, 'load', initialize);