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(41.9228,-71.9066)};var g_4b7591879ca3f8310901b0d4ea1980f6 = new google.maps.Geocoder();g_4b7591879ca3f8310901b0d4ea1980f6.geocode( { 'address': "107 Providence St # 15, Putnam, CT 06260, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('putnam-CT-quiet-corner-community-cu').style.display = '';map = new google.maps.Map(document.getElementById('putnam-CT-quiet-corner-community-cu'), mapOptions);}document.getElementById('8b6ec656').innerHTML += ' | View Map';var $l4b7591879ca3f8310901b0d4ea1980f6 = '

Quiet Corner Community CU

Address: 107 Providence St # 15, Putnam, CT 06260, USA
Phone: (860) 928-9204
';var m_4b7591879ca3f8310901b0d4ea1980f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quiet Corner Community CU',});m_4b7591879ca3f8310901b0d4ea1980f6['infowindow'] = new google.maps.InfoWindow({content: $l4b7591879ca3f8310901b0d4ea1980f6});var infowindow = new google.maps.InfoWindow({content: $l4b7591879ca3f8310901b0d4ea1980f6});google.maps.event.addListener(m_4b7591879ca3f8310901b0d4ea1980f6, 'click', function() {infowindow.open(map,m_4b7591879ca3f8310901b0d4ea1980f6);});$marker.push(m_4b7591879ca3f8310901b0d4ea1980f6);}});}google.maps.event.addDomListener(window, 'load', initialize);