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.1765,-73.2029)};var g_019611f9e97ec4ad50b232e3d372df50 = new google.maps.Geocoder();g_019611f9e97ec4ad50b232e3d372df50.geocode( { 'address': "4490 Main St, Bridgeport, CT 06606"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bridgeport-CT-community-federal-savings-association').style.display = '';map = new google.maps.Map(document.getElementById('bridgeport-CT-community-federal-savings-association'), mapOptions);}document.getElementById('76254b14').innerHTML += ' | View Map';var $l019611f9e97ec4ad50b232e3d372df50 = '

Community Federal Savings Association

Address: 4490 Main St, Bridgeport, CT 06606
Phone: (203) 371-0512
';var m_019611f9e97ec4ad50b232e3d372df50 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Federal Savings Association',});m_019611f9e97ec4ad50b232e3d372df50['infowindow'] = new google.maps.InfoWindow({content: $l019611f9e97ec4ad50b232e3d372df50});var infowindow = new google.maps.InfoWindow({content: $l019611f9e97ec4ad50b232e3d372df50});google.maps.event.addListener(m_019611f9e97ec4ad50b232e3d372df50, 'click', function() {infowindow.open(map,m_019611f9e97ec4ad50b232e3d372df50);});$marker.push(m_019611f9e97ec4ad50b232e3d372df50);}});}google.maps.event.addDomListener(window, 'load', initialize);