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.479,-73.1)};var g_5ff1fe7121cddf2a9014a5717fa79847 = new google.maps.Geocoder();g_5ff1fe7121cddf2a9014a5717fa79847.geocode( { 'address': "1000 River St, Essex Junction, VT 05452, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('essex-junction-VT-new-england-fcu-atm').style.display = '';map = new google.maps.Map(document.getElementById('essex-junction-VT-new-england-fcu-atm'), mapOptions);}document.getElementById('d0c9fac5').innerHTML += ' | View Map';var $l5ff1fe7121cddf2a9014a5717fa79847 = '

New England FCU ATM

Address: 1000 River St, Essex Junction, VT 05452, USA
Phone: (800) 400-8790
';var m_5ff1fe7121cddf2a9014a5717fa79847 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New England FCU ATM',});m_5ff1fe7121cddf2a9014a5717fa79847['infowindow'] = new google.maps.InfoWindow({content: $l5ff1fe7121cddf2a9014a5717fa79847});var infowindow = new google.maps.InfoWindow({content: $l5ff1fe7121cddf2a9014a5717fa79847});google.maps.event.addListener(m_5ff1fe7121cddf2a9014a5717fa79847, 'click', function() {infowindow.open(map,m_5ff1fe7121cddf2a9014a5717fa79847);});$marker.push(m_5ff1fe7121cddf2a9014a5717fa79847);}});}google.maps.event.addDomListener(window, 'load', initialize);