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(43.3025,-72.4914)};var g_b6f419ea50d49f1c202bdb7fc3a5f544 = new google.maps.Geocoder();g_b6f419ea50d49f1c202bdb7fc3a5f544.geocode( { 'address': "2 Chester Rd, Springfield, VT 05156, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-VT-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-VT-citizens-bank'), mapOptions);}document.getElementById('f5b8ddaa').innerHTML += ' | View Map';var $lb6f419ea50d49f1c202bdb7fc3a5f544 = '

Citizens Bank

Address: 2 Chester Rd, Springfield, VT 05156, USA
Phone: (802) 885-5151
';var m_b6f419ea50d49f1c202bdb7fc3a5f544 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_b6f419ea50d49f1c202bdb7fc3a5f544['infowindow'] = new google.maps.InfoWindow({content: $lb6f419ea50d49f1c202bdb7fc3a5f544});var infowindow = new google.maps.InfoWindow({content: $lb6f419ea50d49f1c202bdb7fc3a5f544});google.maps.event.addListener(m_b6f419ea50d49f1c202bdb7fc3a5f544, 'click', function() {infowindow.open(map,m_b6f419ea50d49f1c202bdb7fc3a5f544);});$marker.push(m_b6f419ea50d49f1c202bdb7fc3a5f544);}});}google.maps.event.addDomListener(window, 'load', initialize);