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.309,-72.9402)};var g_01b89008144733a570aa96ab859bfb09 = new google.maps.Geocoder();g_01b89008144733a570aa96ab859bfb09.geocode( { 'address': "555 George St #1, New Haven, CT 06511, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-haven-CT-suma-yonkers-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-haven-CT-suma-yonkers-federal-credit-union'), mapOptions);}document.getElementById('bba4ff94').innerHTML += ' | View Map';var $l01b89008144733a570aa96ab859bfb09 = '

Suma Yonkers Federal Credit Union

Address: 555 George St #1, New Haven, CT 06511, USA
Phone: (203) 785-8805
';var m_01b89008144733a570aa96ab859bfb09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Suma Yonkers Federal Credit Union',});m_01b89008144733a570aa96ab859bfb09['infowindow'] = new google.maps.InfoWindow({content: $l01b89008144733a570aa96ab859bfb09});var infowindow = new google.maps.InfoWindow({content: $l01b89008144733a570aa96ab859bfb09});google.maps.event.addListener(m_01b89008144733a570aa96ab859bfb09, 'click', function() {infowindow.open(map,m_01b89008144733a570aa96ab859bfb09);});$marker.push(m_01b89008144733a570aa96ab859bfb09);}});}google.maps.event.addDomListener(window, 'load', initialize);