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.799,-71.9133)};var g_63915764417a86bebdf4d10b273d368b = new google.maps.Geocoder();g_63915764417a86bebdf4d10b273d368b.geocode( { 'address': "450 Providence Rd, Brooklyn, CT 06234, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brooklyn-CT-coreplus-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('brooklyn-CT-coreplus-federal-credit-union'), mapOptions);}document.getElementById('f5e8de55').innerHTML += ' | View Map';var $l63915764417a86bebdf4d10b273d368b = '

CorePlus Federal Credit Union

Address: 450 Providence Rd, Brooklyn, CT 06234, USA
Phone: (860) 412-0446
';var m_63915764417a86bebdf4d10b273d368b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CorePlus Federal Credit Union',});m_63915764417a86bebdf4d10b273d368b['infowindow'] = new google.maps.InfoWindow({content: $l63915764417a86bebdf4d10b273d368b});var infowindow = new google.maps.InfoWindow({content: $l63915764417a86bebdf4d10b273d368b});google.maps.event.addListener(m_63915764417a86bebdf4d10b273d368b, 'click', function() {infowindow.open(map,m_63915764417a86bebdf4d10b273d368b);});$marker.push(m_63915764417a86bebdf4d10b273d368b);}});}google.maps.event.addDomListener(window, 'load', initialize);