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.3434,-73.0793)};var g_f6b373606643e17448acc495e0f2dacb = new google.maps.Geocoder();g_f6b373606643e17448acc495e0f2dacb.geocode( { 'address': "200 Main St, Ansonia, CT 06401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ansonia-CT-personal-care-america-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ansonia-CT-personal-care-america-federal-credit-union'), mapOptions);}document.getElementById('eea1f056').innerHTML += ' | View Map';var $lf6b373606643e17448acc495e0f2dacb = '

Personal Care America Federal Credit Union

Address: 200 Main St, Ansonia, CT 06401, USA
Phone: (203) 308-2290
';var m_f6b373606643e17448acc495e0f2dacb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Personal Care America Federal Credit Union',});m_f6b373606643e17448acc495e0f2dacb['infowindow'] = new google.maps.InfoWindow({content: $lf6b373606643e17448acc495e0f2dacb});var infowindow = new google.maps.InfoWindow({content: $lf6b373606643e17448acc495e0f2dacb});google.maps.event.addListener(m_f6b373606643e17448acc495e0f2dacb, 'click', function() {infowindow.open(map,m_f6b373606643e17448acc495e0f2dacb);});$marker.push(m_f6b373606643e17448acc495e0f2dacb);}});}google.maps.event.addDomListener(window, 'load', initialize);