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.7144,-72.3082)};var g_1fba3f59cc32935ea56d3ed84872085e = new google.maps.Geocoder();g_1fba3f59cc32935ea56d3ed84872085e.geocode( { 'address': "306 S Main St, Norwich, VT 05055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwich-VT-residential-mortgage-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('norwich-VT-residential-mortgage-services-inc'), mapOptions);}document.getElementById('4499c759').innerHTML += ' | View Map';var $l1fba3f59cc32935ea56d3ed84872085e = '

RESIDENTIAL MORTGAGE SERVICES INC

Address: 306 S Main St, Norwich, VT 05055, USA
Phone: (802) 526-5320
';var m_1fba3f59cc32935ea56d3ed84872085e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RESIDENTIAL MORTGAGE SERVICES INC',});m_1fba3f59cc32935ea56d3ed84872085e['infowindow'] = new google.maps.InfoWindow({content: $l1fba3f59cc32935ea56d3ed84872085e});var infowindow = new google.maps.InfoWindow({content: $l1fba3f59cc32935ea56d3ed84872085e});google.maps.event.addListener(m_1fba3f59cc32935ea56d3ed84872085e, 'click', function() {infowindow.open(map,m_1fba3f59cc32935ea56d3ed84872085e);});$marker.push(m_1fba3f59cc32935ea56d3ed84872085e);}});}google.maps.event.addDomListener(window, 'load', initialize);