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.0513,-73.5429)};var g_13d4bfa0321f86f042b34ec79064b316 = new google.maps.Geocoder();g_13d4bfa0321f86f042b34ec79064b316.geocode( { 'address': "888 Washington Blvd, Stamford, CT 06901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stamford-CT-stamford-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('stamford-CT-stamford-federal-credit-union'), mapOptions);}document.getElementById('92b21bc8').innerHTML += ' | View Map';var $l13d4bfa0321f86f042b34ec79064b316 = '

Stamford Federal Credit Union

Address: 888 Washington Blvd, Stamford, CT 06901, USA
Phone: (203) 977-4701
';var m_13d4bfa0321f86f042b34ec79064b316 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stamford Federal Credit Union',});m_13d4bfa0321f86f042b34ec79064b316['infowindow'] = new google.maps.InfoWindow({content: $l13d4bfa0321f86f042b34ec79064b316});var infowindow = new google.maps.InfoWindow({content: $l13d4bfa0321f86f042b34ec79064b316});google.maps.event.addListener(m_13d4bfa0321f86f042b34ec79064b316, 'click', function() {infowindow.open(map,m_13d4bfa0321f86f042b34ec79064b316);});$marker.push(m_13d4bfa0321f86f042b34ec79064b316);}});}google.maps.event.addDomListener(window, 'load', initialize);