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.923,-72.6647)};var g_1b728a5249d6418ab045690eb461f3ea = new google.maps.Geocoder();g_1b728a5249d6418ab045690eb461f3ea.geocode( { 'address': "21 N Main St, Randolph, VT 05060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('randolph-VT-central-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('randolph-VT-central-financial-corporation'), mapOptions);}document.getElementById('f2a3727e').innerHTML += ' | View Map';var $l1b728a5249d6418ab045690eb461f3ea = '

Central Financial Corporation

Address: 21 N Main St, Randolph, VT 05060, USA
Phone: (802) 728-9611
';var m_1b728a5249d6418ab045690eb461f3ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Financial Corporation',});m_1b728a5249d6418ab045690eb461f3ea['infowindow'] = new google.maps.InfoWindow({content: $l1b728a5249d6418ab045690eb461f3ea});var infowindow = new google.maps.InfoWindow({content: $l1b728a5249d6418ab045690eb461f3ea});google.maps.event.addListener(m_1b728a5249d6418ab045690eb461f3ea, 'click', function() {infowindow.open(map,m_1b728a5249d6418ab045690eb461f3ea);});$marker.push(m_1b728a5249d6418ab045690eb461f3ea);}});}google.maps.event.addDomListener(window, 'load', initialize);