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.1578,-73.0626)};var g_cbaba14d14950b912f5778796ebe12ae = new google.maps.Geocoder();g_cbaba14d14950b912f5778796ebe12ae.geocode( { 'address': "28 Main St, Bristol, VT 05443"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristol-VT-national-bank-of-middlebury').style.display = '';map = new google.maps.Map(document.getElementById('bristol-VT-national-bank-of-middlebury'), mapOptions);}document.getElementById('855d0efc').innerHTML += ' | View Map';var $lcbaba14d14950b912f5778796ebe12ae = '

National Bank Of Middlebury

Address: 28 Main St, Bristol, VT 05443
Phone: (802) 453-2512
';var m_cbaba14d14950b912f5778796ebe12ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank Of Middlebury',});m_cbaba14d14950b912f5778796ebe12ae['infowindow'] = new google.maps.InfoWindow({content: $lcbaba14d14950b912f5778796ebe12ae});var infowindow = new google.maps.InfoWindow({content: $lcbaba14d14950b912f5778796ebe12ae});google.maps.event.addListener(m_cbaba14d14950b912f5778796ebe12ae, 'click', function() {infowindow.open(map,m_cbaba14d14950b912f5778796ebe12ae);});$marker.push(m_cbaba14d14950b912f5778796ebe12ae);}});}google.maps.event.addDomListener(window, 'load', initialize);