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.3001,-72.9253)};var g_7428f98008346bb6aa6fc92d257505ab = new google.maps.Geocoder();g_7428f98008346bb6aa6fc92d257505ab.geocode( { 'address': "1 Union Ave, New Haven, CT 06519, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-haven-CT-new-haven-police-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('new-haven-CT-new-haven-police-federal-cu'), mapOptions);}document.getElementById('880dea45').innerHTML += ' | View Map';var $l7428f98008346bb6aa6fc92d257505ab = '

New Haven Police Federal CU

Address: 1 Union Ave, New Haven, CT 06519, USA
Phone: (203) 562-8318
';var m_7428f98008346bb6aa6fc92d257505ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Haven Police Federal CU',});m_7428f98008346bb6aa6fc92d257505ab['infowindow'] = new google.maps.InfoWindow({content: $l7428f98008346bb6aa6fc92d257505ab});var infowindow = new google.maps.InfoWindow({content: $l7428f98008346bb6aa6fc92d257505ab});google.maps.event.addListener(m_7428f98008346bb6aa6fc92d257505ab, 'click', function() {infowindow.open(map,m_7428f98008346bb6aa6fc92d257505ab);});$marker.push(m_7428f98008346bb6aa6fc92d257505ab);}});}google.maps.event.addDomListener(window, 'load', initialize);