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.561,-72.5983)};var g_444a99ddb8aa38b74d09380ed645e01b = new google.maps.Geocoder();g_444a99ddb8aa38b74d09380ed645e01b.geocode( { 'address': "20 Upper Main St, Morrisville, VT 05661, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morristown-VT-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('morristown-VT-citizens-bank'), mapOptions);}document.getElementById('c444ddcb').innerHTML += ' | View Map';var $l444a99ddb8aa38b74d09380ed645e01b = '

Citizens Bank

Address: 20 Upper Main St, Morrisville, VT 05661, USA
Phone:
';var m_444a99ddb8aa38b74d09380ed645e01b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_444a99ddb8aa38b74d09380ed645e01b['infowindow'] = new google.maps.InfoWindow({content: $l444a99ddb8aa38b74d09380ed645e01b});var infowindow = new google.maps.InfoWindow({content: $l444a99ddb8aa38b74d09380ed645e01b});google.maps.event.addListener(m_444a99ddb8aa38b74d09380ed645e01b, 'click', function() {infowindow.open(map,m_444a99ddb8aa38b74d09380ed645e01b);});$marker.push(m_444a99ddb8aa38b74d09380ed645e01b);}});}google.maps.event.addDomListener(window, 'load', initialize);