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(44.4453,-73.2065)};var g_eed53d23d94603e280c9e1b50dd07967 = new google.maps.Geocoder();g_eed53d23d94603e280c9e1b50dd07967.geocode( { 'address': "69 Swift St, South Burlington, VT 05403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-burlington-VT-northcountry-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('south-burlington-VT-northcountry-federal-credit-union'), mapOptions);}document.getElementById('70907a9b').innerHTML += ' | View Map';var $leed53d23d94603e280c9e1b50dd07967 = '

NorthCountry Federal Credit Union

Address: 69 Swift St, South Burlington, VT 05403, USA
Phone: (800) 660-3258
';var m_eed53d23d94603e280c9e1b50dd07967 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NorthCountry Federal Credit Union',});m_eed53d23d94603e280c9e1b50dd07967['infowindow'] = new google.maps.InfoWindow({content: $leed53d23d94603e280c9e1b50dd07967});var infowindow = new google.maps.InfoWindow({content: $leed53d23d94603e280c9e1b50dd07967});google.maps.event.addListener(m_eed53d23d94603e280c9e1b50dd07967, 'click', function() {infowindow.open(map,m_eed53d23d94603e280c9e1b50dd07967);});$marker.push(m_eed53d23d94603e280c9e1b50dd07967);}});}google.maps.event.addDomListener(window, 'load', initialize);