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.4418,-73.2089)};var g_c443945b4d3985f7b2abcf6c36f34b6a = new google.maps.Geocoder();g_c443945b4d3985f7b2abcf6c36f34b6a.geocode( { 'address': "4 Laurel Hill Dr # 3, South Burlington, VT 05403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-burlington-VT-green-mountain-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('south-burlington-VT-green-mountain-credit-union'), mapOptions);}document.getElementById('b1dc50b8').innerHTML += ' | View Map';var $lc443945b4d3985f7b2abcf6c36f34b6a = '

Green Mountain Credit Union

Address: 4 Laurel Hill Dr # 3, South Burlington, VT 05403, USA
Phone: (802) 864-6892
';var m_c443945b4d3985f7b2abcf6c36f34b6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Green Mountain Credit Union',});m_c443945b4d3985f7b2abcf6c36f34b6a['infowindow'] = new google.maps.InfoWindow({content: $lc443945b4d3985f7b2abcf6c36f34b6a});var infowindow = new google.maps.InfoWindow({content: $lc443945b4d3985f7b2abcf6c36f34b6a});google.maps.event.addListener(m_c443945b4d3985f7b2abcf6c36f34b6a, 'click', function() {infowindow.open(map,m_c443945b4d3985f7b2abcf6c36f34b6a);});$marker.push(m_c443945b4d3985f7b2abcf6c36f34b6a);}});}google.maps.event.addDomListener(window, 'load', initialize);