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.2797,-72.5756)};var g_55eb196806a785748078f46d24a3906c = new google.maps.Geocoder();g_55eb196806a785748078f46d24a3906c.geocode( { 'address': "188 Main St, Chester, VT 05143"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chester-VT-ubs-financial-service').style.display = '';map = new google.maps.Map(document.getElementById('chester-VT-ubs-financial-service'), mapOptions);}document.getElementById('ea739ec4').innerHTML += ' | View Map';var $l55eb196806a785748078f46d24a3906c = '

Ubs Financial Service

Address: 188 Main St, Chester, VT 05143
Phone: (802) 875-1630
';var m_55eb196806a785748078f46d24a3906c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ubs Financial Service',});m_55eb196806a785748078f46d24a3906c['infowindow'] = new google.maps.InfoWindow({content: $l55eb196806a785748078f46d24a3906c});var infowindow = new google.maps.InfoWindow({content: $l55eb196806a785748078f46d24a3906c});google.maps.event.addListener(m_55eb196806a785748078f46d24a3906c, 'click', function() {infowindow.open(map,m_55eb196806a785748078f46d24a3906c);});$marker.push(m_55eb196806a785748078f46d24a3906c);}});}google.maps.event.addDomListener(window, 'load', initialize);