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.4599,-72.818)};var g_7322c71e66f72ebb1cf52d9a6abc90ca = new google.maps.Geocoder();g_7322c71e66f72ebb1cf52d9a6abc90ca.geocode( { 'address': "163 Washington St, Wallingford, CT 06492"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wallingford-CT-quinnipiac-valley-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('wallingford-CT-quinnipiac-valley-community-federal-credit-union'), mapOptions);}document.getElementById('01b986f3').innerHTML += ' | View Map';var $l7322c71e66f72ebb1cf52d9a6abc90ca = '

Quinnipiac Valley Community Federal Credit Union

Address: 163 Washington St, Wallingford, CT 06492
Phone: (203) 265-0420
';var m_7322c71e66f72ebb1cf52d9a6abc90ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quinnipiac Valley Community Federal Credit Union',});m_7322c71e66f72ebb1cf52d9a6abc90ca['infowindow'] = new google.maps.InfoWindow({content: $l7322c71e66f72ebb1cf52d9a6abc90ca});var infowindow = new google.maps.InfoWindow({content: $l7322c71e66f72ebb1cf52d9a6abc90ca});google.maps.event.addListener(m_7322c71e66f72ebb1cf52d9a6abc90ca, 'click', function() {infowindow.open(map,m_7322c71e66f72ebb1cf52d9a6abc90ca);});$marker.push(m_7322c71e66f72ebb1cf52d9a6abc90ca);}});}google.maps.event.addDomListener(window, 'load', initialize);