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.3075,-72.924)};var g_0a04f9a02099bb040b5965ad5633759f = new google.maps.Geocoder();g_0a04f9a02099bb040b5965ad5633759f.geocode( { 'address': "157 Church St, New Haven, CT 06510, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-haven-CT-united-shoreline-fcu').style.display = '';map = new google.maps.Map(document.getElementById('new-haven-CT-united-shoreline-fcu'), mapOptions);}document.getElementById('62fa455b').innerHTML += ' | View Map';var $l0a04f9a02099bb040b5965ad5633759f = '

United Shoreline FCU

Address: 157 Church St, New Haven, CT 06510, USA
Phone: (203) 772-2279
';var m_0a04f9a02099bb040b5965ad5633759f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Shoreline FCU',});m_0a04f9a02099bb040b5965ad5633759f['infowindow'] = new google.maps.InfoWindow({content: $l0a04f9a02099bb040b5965ad5633759f});var infowindow = new google.maps.InfoWindow({content: $l0a04f9a02099bb040b5965ad5633759f});google.maps.event.addListener(m_0a04f9a02099bb040b5965ad5633759f, 'click', function() {infowindow.open(map,m_0a04f9a02099bb040b5965ad5633759f);});$marker.push(m_0a04f9a02099bb040b5965ad5633759f);}});}google.maps.event.addDomListener(window, 'load', initialize);