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.4413,-73.2094)};var g_357715d27f3544d689fb96c3fad28eef = new google.maps.Geocoder();g_357715d27f3544d689fb96c3fad28eef.geocode( { 'address': "1000 Shelburne Rd, South Burlington, VT 05403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-burlington-VT-new-england-federal-credit-union-nefcu--south-burlington-branch').style.display = '';map = new google.maps.Map(document.getElementById('south-burlington-VT-new-england-federal-credit-union-nefcu--south-burlington-branch'), mapOptions);}document.getElementById('6fe6dc01').innerHTML += ' | View Map';var $l357715d27f3544d689fb96c3fad28eef = '

New England Federal Credit Union (NEFCU) | South Burlington Branch

Address: 1000 Shelburne Rd, South Burlington, VT 05403, USA
Phone: (800) 400-8790
';var m_357715d27f3544d689fb96c3fad28eef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New England Federal Credit Union (NEFCU) | South Burlington Branch',});m_357715d27f3544d689fb96c3fad28eef['infowindow'] = new google.maps.InfoWindow({content: $l357715d27f3544d689fb96c3fad28eef});var infowindow = new google.maps.InfoWindow({content: $l357715d27f3544d689fb96c3fad28eef});google.maps.event.addListener(m_357715d27f3544d689fb96c3fad28eef, 'click', function() {infowindow.open(map,m_357715d27f3544d689fb96c3fad28eef);});$marker.push(m_357715d27f3544d689fb96c3fad28eef);}});}google.maps.event.addDomListener(window, 'load', initialize);