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.926,-72.6436)};var g_c0172ea66506f59c8c435eb66176fb67 = new google.maps.Geocoder();g_c0172ea66506f59c8c435eb66176fb67.geocode( { 'address': "20 Main St, Windsor Locks, CT 06096"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windsor-locks-CT-enfield-federal-savings-loan-associate').style.display = '';map = new google.maps.Map(document.getElementById('windsor-locks-CT-enfield-federal-savings-loan-associate'), mapOptions);}document.getElementById('a1a8ea24').innerHTML += ' | View Map';var $lc0172ea66506f59c8c435eb66176fb67 = '

Enfield Federal Savings & Loan Associate

Address: 20 Main St, Windsor Locks, CT 06096
Phone: (860) 623-3410
';var m_c0172ea66506f59c8c435eb66176fb67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Enfield Federal Savings & Loan Associate',});m_c0172ea66506f59c8c435eb66176fb67['infowindow'] = new google.maps.InfoWindow({content: $lc0172ea66506f59c8c435eb66176fb67});var infowindow = new google.maps.InfoWindow({content: $lc0172ea66506f59c8c435eb66176fb67});google.maps.event.addListener(m_c0172ea66506f59c8c435eb66176fb67, 'click', function() {infowindow.open(map,m_c0172ea66506f59c8c435eb66176fb67);});$marker.push(m_c0172ea66506f59c8c435eb66176fb67);}});}google.maps.event.addDomListener(window, 'load', initialize);