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.7643,-72.6511)};var g_45684315ee3b928ac81b39c24eb00f0d = new google.maps.Geocoder();g_45684315ee3b928ac81b39c24eb00f0d.geocode( { 'address': "92 Pitkin St, East Hartford, CT 06108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-hartford-CT-east-hartford-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('east-hartford-CT-east-hartford-federal-credit-union'), mapOptions);}document.getElementById('170a291d').innerHTML += ' | View Map';var $l45684315ee3b928ac81b39c24eb00f0d = '

East Hartford Federal Credit Union

Address: 92 Pitkin St, East Hartford, CT 06108, USA
Phone: (860) 291-0345
';var m_45684315ee3b928ac81b39c24eb00f0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East Hartford Federal Credit Union',});m_45684315ee3b928ac81b39c24eb00f0d['infowindow'] = new google.maps.InfoWindow({content: $l45684315ee3b928ac81b39c24eb00f0d});var infowindow = new google.maps.InfoWindow({content: $l45684315ee3b928ac81b39c24eb00f0d});google.maps.event.addListener(m_45684315ee3b928ac81b39c24eb00f0d, 'click', function() {infowindow.open(map,m_45684315ee3b928ac81b39c24eb00f0d);});$marker.push(m_45684315ee3b928ac81b39c24eb00f0d);}});}google.maps.event.addDomListener(window, 'load', initialize);