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.071,-70.7735)};var g_872175033ddece89440c42cb15c22f50 = new google.maps.Geocoder();g_872175033ddece89440c42cb15c22f50.geocode( { 'address': "1 Cate St # 300, Portsmouth, NH 03801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-NH-granite-state-economic-dev-inc').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-NH-granite-state-economic-dev-inc'), mapOptions);}document.getElementById('c6fc364a').innerHTML += ' | View Map';var $l872175033ddece89440c42cb15c22f50 = '

Granite State Economic Dev Inc

Address: 1 Cate St # 300, Portsmouth, NH 03801, USA
Phone: (603) 436-0009
';var m_872175033ddece89440c42cb15c22f50 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Granite State Economic Dev Inc',});m_872175033ddece89440c42cb15c22f50['infowindow'] = new google.maps.InfoWindow({content: $l872175033ddece89440c42cb15c22f50});var infowindow = new google.maps.InfoWindow({content: $l872175033ddece89440c42cb15c22f50});google.maps.event.addListener(m_872175033ddece89440c42cb15c22f50, 'click', function() {infowindow.open(map,m_872175033ddece89440c42cb15c22f50);});$marker.push(m_872175033ddece89440c42cb15c22f50);}});}google.maps.event.addDomListener(window, 'load', initialize);