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.3772,-72.0693)};var g_490e2819b183440ff0baf248f186d608 = new google.maps.Geocoder();g_490e2819b183440ff0baf248f186d608.geocode( { 'address': "381 Lake Ave, Sunapee, NH 03782, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sunapee-NH-r-b-hill-co').style.display = '';map = new google.maps.Map(document.getElementById('sunapee-NH-r-b-hill-co'), mapOptions);}document.getElementById('0ea41a84').innerHTML += ' | View Map';var $l490e2819b183440ff0baf248f186d608 = '

R B Hill Co

Address: 381 Lake Ave, Sunapee, NH 03782, USA
Phone: (603) 763-9973
';var m_490e2819b183440ff0baf248f186d608 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'R B Hill Co',});m_490e2819b183440ff0baf248f186d608['infowindow'] = new google.maps.InfoWindow({content: $l490e2819b183440ff0baf248f186d608});var infowindow = new google.maps.InfoWindow({content: $l490e2819b183440ff0baf248f186d608});google.maps.event.addListener(m_490e2819b183440ff0baf248f186d608, 'click', function() {infowindow.open(map,m_490e2819b183440ff0baf248f186d608);});$marker.push(m_490e2819b183440ff0baf248f186d608);}});}google.maps.event.addDomListener(window, 'load', initialize);