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.4598,-73.1529)};var g_07dc67551a4077f54d352c167bfb1b6d = new google.maps.Geocoder();g_07dc67551a4077f54d352c167bfb1b6d.geocode( { 'address': "30 Kimball Ave, South Burlington, VT 05403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-burlington-VT-union-bank-loan-office').style.display = '';map = new google.maps.Map(document.getElementById('south-burlington-VT-union-bank-loan-office'), mapOptions);}document.getElementById('15ffc9bd').innerHTML += ' | View Map';var $l07dc67551a4077f54d352c167bfb1b6d = '

Union Bank Loan Office

Address: 30 Kimball Ave, South Burlington, VT 05403, USA
Phone: (802) 865-1000
';var m_07dc67551a4077f54d352c167bfb1b6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank Loan Office',});m_07dc67551a4077f54d352c167bfb1b6d['infowindow'] = new google.maps.InfoWindow({content: $l07dc67551a4077f54d352c167bfb1b6d});var infowindow = new google.maps.InfoWindow({content: $l07dc67551a4077f54d352c167bfb1b6d});google.maps.event.addListener(m_07dc67551a4077f54d352c167bfb1b6d, 'click', function() {infowindow.open(map,m_07dc67551a4077f54d352c167bfb1b6d);});$marker.push(m_07dc67551a4077f54d352c167bfb1b6d);}});}google.maps.event.addDomListener(window, 'load', initialize);