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(42.9395,-72.8541)};var g_3891d23f39be036322b00e6a89407ea0 = new google.maps.Geocoder();g_3891d23f39be036322b00e6a89407ea0.geocode( { 'address': "131 VT-100, West Dover, VT 05356, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dover-VT-guaranteed-rate-of-west-dover').style.display = '';map = new google.maps.Map(document.getElementById('dover-VT-guaranteed-rate-of-west-dover'), mapOptions);}document.getElementById('a956c02b').innerHTML += ' | View Map';var $l3891d23f39be036322b00e6a89407ea0 = '

Guaranteed Rate of West Dover

Address: 131 VT-100, West Dover, VT 05356, USA
Phone: (800) 482-1007
';var m_3891d23f39be036322b00e6a89407ea0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranteed Rate of West Dover',});m_3891d23f39be036322b00e6a89407ea0['infowindow'] = new google.maps.InfoWindow({content: $l3891d23f39be036322b00e6a89407ea0});var infowindow = new google.maps.InfoWindow({content: $l3891d23f39be036322b00e6a89407ea0});google.maps.event.addListener(m_3891d23f39be036322b00e6a89407ea0, 'click', function() {infowindow.open(map,m_3891d23f39be036322b00e6a89407ea0);});$marker.push(m_3891d23f39be036322b00e6a89407ea0);}});}google.maps.event.addDomListener(window, 'load', initialize);