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.4381,-73.2109)};var g_d235b508de0c5a2fd1ddb72a84254855 = new google.maps.Geocoder();g_d235b508de0c5a2fd1ddb72a84254855.geocode( { 'address': "1117 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-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('south-burlington-VT-citizens-bank'), mapOptions);}document.getElementById('736ec0ab').innerHTML += ' | View Map';var $ld235b508de0c5a2fd1ddb72a84254855 = '

Citizens Bank

Address: 1117 Shelburne Rd, South Burlington, VT 05403, USA
Phone: (802) 863-8925
';var m_d235b508de0c5a2fd1ddb72a84254855 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_d235b508de0c5a2fd1ddb72a84254855['infowindow'] = new google.maps.InfoWindow({content: $ld235b508de0c5a2fd1ddb72a84254855});var infowindow = new google.maps.InfoWindow({content: $ld235b508de0c5a2fd1ddb72a84254855});google.maps.event.addListener(m_d235b508de0c5a2fd1ddb72a84254855, 'click', function() {infowindow.open(map,m_d235b508de0c5a2fd1ddb72a84254855);});$marker.push(m_d235b508de0c5a2fd1ddb72a84254855);}});}google.maps.event.addDomListener(window, 'load', initialize);