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.4402,-72.8493)};var g_4b0634bf8e6c9d0289c1102ced741317 = new google.maps.Geocoder();g_4b0634bf8e6c9d0289c1102ced741317.geocode( { 'address': "159 S Turnpike Rd, Wallingford, CT 06492, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wallingford-CT-first-connecticut-credit-union-inc').style.display = '';map = new google.maps.Map(document.getElementById('wallingford-CT-first-connecticut-credit-union-inc'), mapOptions);}document.getElementById('03ac16dc').innerHTML += ' | View Map';var $l4b0634bf8e6c9d0289c1102ced741317 = '

First Connecticut Credit Union, Inc.

Address: 159 S Turnpike Rd, Wallingford, CT 06492, USA
Phone: (203) 269-8718
';var m_4b0634bf8e6c9d0289c1102ced741317 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Connecticut Credit Union, Inc.',});m_4b0634bf8e6c9d0289c1102ced741317['infowindow'] = new google.maps.InfoWindow({content: $l4b0634bf8e6c9d0289c1102ced741317});var infowindow = new google.maps.InfoWindow({content: $l4b0634bf8e6c9d0289c1102ced741317});google.maps.event.addListener(m_4b0634bf8e6c9d0289c1102ced741317, 'click', function() {infowindow.open(map,m_4b0634bf8e6c9d0289c1102ced741317);});$marker.push(m_4b0634bf8e6c9d0289c1102ced741317);}});}google.maps.event.addDomListener(window, 'load', initialize);