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.4933,-73.1197)};var g_1f7c4386bf2c9ff0400445c9e27a1594 = new google.maps.Geocoder();g_1f7c4386bf2c9ff0400445c9e27a1594.geocode( { 'address': "74 Pearl St, Essex Junction, VT 05452, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('essex-VT-new-england-federal-credit-union-nefcu--essex-branch').style.display = '';map = new google.maps.Map(document.getElementById('essex-VT-new-england-federal-credit-union-nefcu--essex-branch'), mapOptions);}document.getElementById('c9ac1f21').innerHTML += ' | View Map';var $l1f7c4386bf2c9ff0400445c9e27a1594 = '

New England Federal Credit Union (NEFCU) | Essex Branch

Address: 74 Pearl St, Essex Junction, VT 05452, USA
Phone: (802) 879-8790
';var m_1f7c4386bf2c9ff0400445c9e27a1594 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New England Federal Credit Union (NEFCU) | Essex Branch',});m_1f7c4386bf2c9ff0400445c9e27a1594['infowindow'] = new google.maps.InfoWindow({content: $l1f7c4386bf2c9ff0400445c9e27a1594});var infowindow = new google.maps.InfoWindow({content: $l1f7c4386bf2c9ff0400445c9e27a1594});google.maps.event.addListener(m_1f7c4386bf2c9ff0400445c9e27a1594, 'click', function() {infowindow.open(map,m_1f7c4386bf2c9ff0400445c9e27a1594);});$marker.push(m_1f7c4386bf2c9ff0400445c9e27a1594);}});}google.maps.event.addDomListener(window, 'load', initialize);