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.6494,-72.7256)};var g_fc146be0b230d7e0a92e66a6114b840d = new google.maps.Geocoder();g_fc146be0b230d7e0a92e66a6114b840d.geocode( { 'address': "107 Selden St, Berlin, CT 06037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berlin-CT-dutch-point-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('berlin-CT-dutch-point-credit-union'), mapOptions);}document.getElementById('45a5dc6b').innerHTML += ' | View Map';var $lfc146be0b230d7e0a92e66a6114b840d = '

Dutch Point Credit Union

Address: 107 Selden St, Berlin, CT 06037, USA
Phone: (800) 842-1778
';var m_fc146be0b230d7e0a92e66a6114b840d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dutch Point Credit Union',});m_fc146be0b230d7e0a92e66a6114b840d['infowindow'] = new google.maps.InfoWindow({content: $lfc146be0b230d7e0a92e66a6114b840d});var infowindow = new google.maps.InfoWindow({content: $lfc146be0b230d7e0a92e66a6114b840d});google.maps.event.addListener(m_fc146be0b230d7e0a92e66a6114b840d, 'click', function() {infowindow.open(map,m_fc146be0b230d7e0a92e66a6114b840d);});$marker.push(m_fc146be0b230d7e0a92e66a6114b840d);}});}google.maps.event.addDomListener(window, 'load', initialize);