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.5848,-71.2069)};var g_80d0511bf163fe3b6cde7fe875b7d973 = new google.maps.Geocoder();g_80d0511bf163fe3b6cde7fe875b7d973.geocode( { 'address': "7 Center St, Wolfeboro, NH 03894, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wolfeboro-NH-wentworth-economic-development-corporation').style.display = '';map = new google.maps.Map(document.getElementById('wolfeboro-NH-wentworth-economic-development-corporation'), mapOptions);}document.getElementById('dec48296').innerHTML += ' | View Map';var $l80d0511bf163fe3b6cde7fe875b7d973 = '

Wentworth Economic Development Corporation

Address: 7 Center St, Wolfeboro, NH 03894, USA
Phone: (603) 569-4216
';var m_80d0511bf163fe3b6cde7fe875b7d973 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wentworth Economic Development Corporation',});m_80d0511bf163fe3b6cde7fe875b7d973['infowindow'] = new google.maps.InfoWindow({content: $l80d0511bf163fe3b6cde7fe875b7d973});var infowindow = new google.maps.InfoWindow({content: $l80d0511bf163fe3b6cde7fe875b7d973});google.maps.event.addListener(m_80d0511bf163fe3b6cde7fe875b7d973, 'click', function() {infowindow.open(map,m_80d0511bf163fe3b6cde7fe875b7d973);});$marker.push(m_80d0511bf163fe3b6cde7fe875b7d973);}});}google.maps.event.addDomListener(window, 'load', initialize);