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.335,-72.9775)};var g_325e88548146477d481bb4a0436d192d = new google.maps.Geocoder();g_325e88548146477d481bb4a0436d192d.geocode( { 'address': "2 Amity Rd, New Haven, CT 06515, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-haven-CT-science-park-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-haven-CT-science-park-federal-credit-union'), mapOptions);}document.getElementById('9ef2894a').innerHTML += ' | View Map';var $l325e88548146477d481bb4a0436d192d = '

Science Park Federal Credit Union

Address: 2 Amity Rd, New Haven, CT 06515, USA
Phone: (203) 786-5885
';var m_325e88548146477d481bb4a0436d192d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Science Park Federal Credit Union',});m_325e88548146477d481bb4a0436d192d['infowindow'] = new google.maps.InfoWindow({content: $l325e88548146477d481bb4a0436d192d});var infowindow = new google.maps.InfoWindow({content: $l325e88548146477d481bb4a0436d192d});google.maps.event.addListener(m_325e88548146477d481bb4a0436d192d, 'click', function() {infowindow.open(map,m_325e88548146477d481bb4a0436d192d);});$marker.push(m_325e88548146477d481bb4a0436d192d);}});}google.maps.event.addDomListener(window, 'load', initialize);