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.3663,-72.2111)};var g_53f1f785fef62e372d76558644c61f5f = new google.maps.Geocoder();g_53f1f785fef62e372d76558644c61f5f.geocode( { 'address': "125 Boston Post Rd, East Lyme, CT 06333, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-lyme-CT-coreplus-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('east-lyme-CT-coreplus-federal-credit-union'), mapOptions);}document.getElementById('59bc1a16').innerHTML += ' | View Map';var $l53f1f785fef62e372d76558644c61f5f = '

Coreplus Federal Credit Union

Address: 125 Boston Post Rd, East Lyme, CT 06333, USA
Phone: (860) 886-0576
';var m_53f1f785fef62e372d76558644c61f5f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coreplus Federal Credit Union',});m_53f1f785fef62e372d76558644c61f5f['infowindow'] = new google.maps.InfoWindow({content: $l53f1f785fef62e372d76558644c61f5f});var infowindow = new google.maps.InfoWindow({content: $l53f1f785fef62e372d76558644c61f5f});google.maps.event.addListener(m_53f1f785fef62e372d76558644c61f5f, 'click', function() {infowindow.open(map,m_53f1f785fef62e372d76558644c61f5f);});$marker.push(m_53f1f785fef62e372d76558644c61f5f);}});}google.maps.event.addDomListener(window, 'load', initialize);