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(42.939,-72.2858)};var g_8958b49737689c272e7034cc8d5dfb61 = new google.maps.Geocoder();g_8958b49737689c272e7034cc8d5dfb61.geocode( { 'address': "143 Marlboro St, Keene, NH 03431"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('keene-NH-cheshire-county-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('keene-NH-cheshire-county-federal-credit-union'), mapOptions);}document.getElementById('33239586').innerHTML += ' | View Map';var $l8958b49737689c272e7034cc8d5dfb61 = '

Cheshire County Federal Credit Union

Address: 143 Marlboro St, Keene, NH 03431
Phone: (603) 355-2328
';var m_8958b49737689c272e7034cc8d5dfb61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cheshire County Federal Credit Union',});m_8958b49737689c272e7034cc8d5dfb61['infowindow'] = new google.maps.InfoWindow({content: $l8958b49737689c272e7034cc8d5dfb61});var infowindow = new google.maps.InfoWindow({content: $l8958b49737689c272e7034cc8d5dfb61});google.maps.event.addListener(m_8958b49737689c272e7034cc8d5dfb61, 'click', function() {infowindow.open(map,m_8958b49737689c272e7034cc8d5dfb61);});$marker.push(m_8958b49737689c272e7034cc8d5dfb61);}});}google.maps.event.addDomListener(window, 'load', initialize);