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.2568,-73.2187)};var g_bf27b41436fe8e636f904be88905cccb = new google.maps.Geocoder();g_bf27b41436fe8e636f904be88905cccb.geocode( { 'address': "5866 Main St, Trumbull, CT 06611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trumbull-CT-trumbull-credit-union-inc').style.display = '';map = new google.maps.Map(document.getElementById('trumbull-CT-trumbull-credit-union-inc'), mapOptions);}document.getElementById('38aa9a36').innerHTML += ' | View Map';var $lbf27b41436fe8e636f904be88905cccb = '

Trumbull Credit Union Inc

Address: 5866 Main St, Trumbull, CT 06611, USA
Phone: (203) 452-5095
';var m_bf27b41436fe8e636f904be88905cccb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trumbull Credit Union Inc',});m_bf27b41436fe8e636f904be88905cccb['infowindow'] = new google.maps.InfoWindow({content: $lbf27b41436fe8e636f904be88905cccb});var infowindow = new google.maps.InfoWindow({content: $lbf27b41436fe8e636f904be88905cccb});google.maps.event.addListener(m_bf27b41436fe8e636f904be88905cccb, 'click', function() {infowindow.open(map,m_bf27b41436fe8e636f904be88905cccb);});$marker.push(m_bf27b41436fe8e636f904be88905cccb);}});}google.maps.event.addDomListener(window, 'load', initialize);