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.4265,-73.4052)};var g_fb2efc6c5089fdf56259070639ea69c7 = new google.maps.Geocoder();g_fb2efc6c5089fdf56259070639ea69c7.geocode( { 'address': "8 Duracell Dr, Bethel, CT 06801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bethel-CT-soundview-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bethel-CT-soundview-financial-credit-union'), mapOptions);}document.getElementById('9ced612a').innerHTML += ' | View Map';var $lfb2efc6c5089fdf56259070639ea69c7 = '

SoundView Financial Credit Union

Address: 8 Duracell Dr, Bethel, CT 06801, USA
Phone: (800) 722-2936
';var m_fb2efc6c5089fdf56259070639ea69c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SoundView Financial Credit Union',});m_fb2efc6c5089fdf56259070639ea69c7['infowindow'] = new google.maps.InfoWindow({content: $lfb2efc6c5089fdf56259070639ea69c7});var infowindow = new google.maps.InfoWindow({content: $lfb2efc6c5089fdf56259070639ea69c7});google.maps.event.addListener(m_fb2efc6c5089fdf56259070639ea69c7, 'click', function() {infowindow.open(map,m_fb2efc6c5089fdf56259070639ea69c7);});$marker.push(m_fb2efc6c5089fdf56259070639ea69c7);}});}google.maps.event.addDomListener(window, 'load', initialize);