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.2491,-73.1033)};var g_3556fbf65bd3b7426864501dfec3212d = new google.maps.Geocoder();g_3556fbf65bd3b7426864501dfec3212d.geocode( { 'address': "1000 Oronoque Ln, Stratford, CT 06614, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stratford-CT-sikorsky-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('stratford-CT-sikorsky-credit-union'), mapOptions);}document.getElementById('146bf967').innerHTML += ' | View Map';var $l3556fbf65bd3b7426864501dfec3212d = '

Sikorsky Credit Union

Address: 1000 Oronoque Ln, Stratford, CT 06614, USA
Phone: (203) 377-2252
';var m_3556fbf65bd3b7426864501dfec3212d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sikorsky Credit Union',});m_3556fbf65bd3b7426864501dfec3212d['infowindow'] = new google.maps.InfoWindow({content: $l3556fbf65bd3b7426864501dfec3212d});var infowindow = new google.maps.InfoWindow({content: $l3556fbf65bd3b7426864501dfec3212d});google.maps.event.addListener(m_3556fbf65bd3b7426864501dfec3212d, 'click', function() {infowindow.open(map,m_3556fbf65bd3b7426864501dfec3212d);});$marker.push(m_3556fbf65bd3b7426864501dfec3212d);}});}google.maps.event.addDomListener(window, 'load', initialize);