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.4193,-72.0205)};var g_52c5c9631b7c22062c0c6dfb924ed221 = new google.maps.Geocoder();g_52c5c9631b7c22062c0c6dfb924ed221.geocode( { 'address': "1236 Main St, St Johnsbury, VT 05819, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-johnsbury-VT-passumpsic-financial-advisors').style.display = '';map = new google.maps.Map(document.getElementById('saint-johnsbury-VT-passumpsic-financial-advisors'), mapOptions);}document.getElementById('6bfaf5da').innerHTML += ' | View Map';var $l52c5c9631b7c22062c0c6dfb924ed221 = '

Passumpsic Financial Advisors

Address: 1236 Main St, St Johnsbury, VT 05819, USA
Phone: (802) 751-4335
';var m_52c5c9631b7c22062c0c6dfb924ed221 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Passumpsic Financial Advisors',});m_52c5c9631b7c22062c0c6dfb924ed221['infowindow'] = new google.maps.InfoWindow({content: $l52c5c9631b7c22062c0c6dfb924ed221});var infowindow = new google.maps.InfoWindow({content: $l52c5c9631b7c22062c0c6dfb924ed221});google.maps.event.addListener(m_52c5c9631b7c22062c0c6dfb924ed221, 'click', function() {infowindow.open(map,m_52c5c9631b7c22062c0c6dfb924ed221);});$marker.push(m_52c5c9631b7c22062c0c6dfb924ed221);}});}google.maps.event.addDomListener(window, 'load', initialize);