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.8349,-72.5713)};var g_5326d8b2e69f72a027ab9c3627cae006 = new google.maps.Geocoder();g_5326d8b2e69f72a027ab9c3627cae006.geocode( { 'address': "1665 Ellington Rd, South Windsor, CT 06074"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-windsor-CT-hartford-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('south-windsor-CT-hartford-federal-credit-union'), mapOptions);}document.getElementById('88d4c76e').innerHTML += ' | View Map';var $l5326d8b2e69f72a027ab9c3627cae006 = '

Hartford Federal Credit Union

Address: 1665 Ellington Rd, South Windsor, CT 06074
Phone: (860) 644-0200
';var m_5326d8b2e69f72a027ab9c3627cae006 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hartford Federal Credit Union',});m_5326d8b2e69f72a027ab9c3627cae006['infowindow'] = new google.maps.InfoWindow({content: $l5326d8b2e69f72a027ab9c3627cae006});var infowindow = new google.maps.InfoWindow({content: $l5326d8b2e69f72a027ab9c3627cae006});google.maps.event.addListener(m_5326d8b2e69f72a027ab9c3627cae006, 'click', function() {infowindow.open(map,m_5326d8b2e69f72a027ab9c3627cae006);});$marker.push(m_5326d8b2e69f72a027ab9c3627cae006);}});}google.maps.event.addDomListener(window, 'load', initialize);