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.9909,-72.5743)};var g_19539d71235b6060fcec02b2ae6a5806 = new google.maps.Geocoder();g_19539d71235b6060fcec02b2ae6a5806.geocode( { 'address': "11 Cranbrook Dr, Enfield, CT 06082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enfield-CT-enfield-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('enfield-CT-enfield-community-federal-credit-union'), mapOptions);}document.getElementById('c31aef66').innerHTML += ' | View Map';var $l19539d71235b6060fcec02b2ae6a5806 = '

Enfield Community Federal Credit Union

Address: 11 Cranbrook Dr, Enfield, CT 06082, USA
Phone: (860) 253-5100
';var m_19539d71235b6060fcec02b2ae6a5806 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Enfield Community Federal Credit Union',});m_19539d71235b6060fcec02b2ae6a5806['infowindow'] = new google.maps.InfoWindow({content: $l19539d71235b6060fcec02b2ae6a5806});var infowindow = new google.maps.InfoWindow({content: $l19539d71235b6060fcec02b2ae6a5806});google.maps.event.addListener(m_19539d71235b6060fcec02b2ae6a5806, 'click', function() {infowindow.open(map,m_19539d71235b6060fcec02b2ae6a5806);});$marker.push(m_19539d71235b6060fcec02b2ae6a5806);}});}google.maps.event.addDomListener(window, 'load', initialize);