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.0519,-73.5389)};var g_fff6a9143ab7c4a6e5bc339fb81c0e1d = new google.maps.Geocoder();g_fff6a9143ab7c4a6e5bc339fb81c0e1d.geocode( { 'address': "242 Hope St, Stamford, CT 06906"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stamford-CT-fairfield-county-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('stamford-CT-fairfield-county-federal-credit-union'), mapOptions);}document.getElementById('b532b71e').innerHTML += ' | View Map';var $lfff6a9143ab7c4a6e5bc339fb81c0e1d = '

Fairfield County Federal Credit Union

Address: 242 Hope St, Stamford, CT 06906
Phone: 203324214424hourLoan
';var m_fff6a9143ab7c4a6e5bc339fb81c0e1d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fairfield County Federal Credit Union',});m_fff6a9143ab7c4a6e5bc339fb81c0e1d['infowindow'] = new google.maps.InfoWindow({content: $lfff6a9143ab7c4a6e5bc339fb81c0e1d});var infowindow = new google.maps.InfoWindow({content: $lfff6a9143ab7c4a6e5bc339fb81c0e1d});google.maps.event.addListener(m_fff6a9143ab7c4a6e5bc339fb81c0e1d, 'click', function() {infowindow.open(map,m_fff6a9143ab7c4a6e5bc339fb81c0e1d);});$marker.push(m_fff6a9143ab7c4a6e5bc339fb81c0e1d);}});}google.maps.event.addDomListener(window, 'load', initialize);