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.6634,-71.9127)};var g_b15ad5da8436442c7e9f4105a105d651 = new google.maps.Geocoder();g_b15ad5da8436442c7e9f4105a105d651.geocode( { 'address': "67 Lathrop Rd, Plainfield, CT 06374, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plainfield-CT-coreplus-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('plainfield-CT-coreplus-federal-credit-union'), mapOptions);}document.getElementById('a85813d0').innerHTML += ' | View Map';var $lb15ad5da8436442c7e9f4105a105d651 = '

Coreplus Federal Credit Union

Address: 67 Lathrop Rd, Plainfield, CT 06374, USA
Phone: (860) 564-6700
';var m_b15ad5da8436442c7e9f4105a105d651 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coreplus Federal Credit Union',});m_b15ad5da8436442c7e9f4105a105d651['infowindow'] = new google.maps.InfoWindow({content: $lb15ad5da8436442c7e9f4105a105d651});var infowindow = new google.maps.InfoWindow({content: $lb15ad5da8436442c7e9f4105a105d651});google.maps.event.addListener(m_b15ad5da8436442c7e9f4105a105d651, 'click', function() {infowindow.open(map,m_b15ad5da8436442c7e9f4105a105d651);});$marker.push(m_b15ad5da8436442c7e9f4105a105d651);}});}google.maps.event.addDomListener(window, 'load', initialize);