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.5331,-72.0036)};var g_da87363fb99625e21b640929223e40a3 = new google.maps.Geocoder();g_da87363fb99625e21b640929223e40a3.geocode( { 'address': "957 Broad St, Lyndonville, VT 05851, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lyndon-VT-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('lyndon-VT-citizens-bank'), mapOptions);}document.getElementById('b2fd0818').innerHTML += ' | View Map';var $lda87363fb99625e21b640929223e40a3 = '

Citizens Bank

Address: 957 Broad St, Lyndonville, VT 05851, USA
Phone:
';var m_da87363fb99625e21b640929223e40a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_da87363fb99625e21b640929223e40a3['infowindow'] = new google.maps.InfoWindow({content: $lda87363fb99625e21b640929223e40a3});var infowindow = new google.maps.InfoWindow({content: $lda87363fb99625e21b640929223e40a3});google.maps.event.addListener(m_da87363fb99625e21b640929223e40a3, 'click', function() {infowindow.open(map,m_da87363fb99625e21b640929223e40a3);});$marker.push(m_da87363fb99625e21b640929223e40a3);}});}google.maps.event.addDomListener(window, 'load', initialize);