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.0145,-71.4521)};var g_a9eea24ba5eb9664c1341d21cf78476e = new google.maps.Geocoder();g_a9eea24ba5eb9664c1341d21cf78476e.geocode( { 'address': "425 Hooksett Rd, Manchester, NH 03104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-NH-northeast-planning-associates-inc').style.display = '';map = new google.maps.Map(document.getElementById('manchester-NH-northeast-planning-associates-inc'), mapOptions);}document.getElementById('7d2dc66f').innerHTML += ' | View Map';var $la9eea24ba5eb9664c1341d21cf78476e = '

Northeast Planning Associates, Inc

Address: 425 Hooksett Rd, Manchester, NH 03104, USA
Phone: (603) 645-8131
';var m_a9eea24ba5eb9664c1341d21cf78476e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northeast Planning Associates, Inc',});m_a9eea24ba5eb9664c1341d21cf78476e['infowindow'] = new google.maps.InfoWindow({content: $la9eea24ba5eb9664c1341d21cf78476e});var infowindow = new google.maps.InfoWindow({content: $la9eea24ba5eb9664c1341d21cf78476e});google.maps.event.addListener(m_a9eea24ba5eb9664c1341d21cf78476e, 'click', function() {infowindow.open(map,m_a9eea24ba5eb9664c1341d21cf78476e);});$marker.push(m_a9eea24ba5eb9664c1341d21cf78476e);}});}google.maps.event.addDomListener(window, 'load', initialize);