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.9191,-73.1229)};var g_9dfd5ed8e674be868004fd9c8ea65a44 = new google.maps.Geocoder();g_9dfd5ed8e674be868004fd9c8ea65a44.geocode( { 'address': "13 York St, Swanton, VT 05488, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swanton-VT-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('swanton-VT-td-bank'), mapOptions);}document.getElementById('5b27deea').innerHTML += ' | View Map';var $l9dfd5ed8e674be868004fd9c8ea65a44 = '

TD Bank

Address: 13 York St, Swanton, VT 05488, USA
Phone: (802) 868-7323
';var m_9dfd5ed8e674be868004fd9c8ea65a44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_9dfd5ed8e674be868004fd9c8ea65a44['infowindow'] = new google.maps.InfoWindow({content: $l9dfd5ed8e674be868004fd9c8ea65a44});var infowindow = new google.maps.InfoWindow({content: $l9dfd5ed8e674be868004fd9c8ea65a44});google.maps.event.addListener(m_9dfd5ed8e674be868004fd9c8ea65a44, 'click', function() {infowindow.open(map,m_9dfd5ed8e674be868004fd9c8ea65a44);});$marker.push(m_9dfd5ed8e674be868004fd9c8ea65a44);}});}google.maps.event.addDomListener(window, 'load', initialize);