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(42.9515,-70.8568)};var g_c70194b792ea062c5365b619fd3050b3 = new google.maps.Geocoder();g_c70194b792ea062c5365b619fd3050b3.geocode( { 'address': "One Liberty Ln E, Hampton, NH 03842, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-NH-paramount-residential-mortgage-group---prmg-inc').style.display = '';map = new google.maps.Map(document.getElementById('hampton-NH-paramount-residential-mortgage-group---prmg-inc'), mapOptions);}document.getElementById('98943e47').innerHTML += ' | View Map';var $lc70194b792ea062c5365b619fd3050b3 = '

Paramount Residential Mortgage Group - PRMG Inc.

Address: One Liberty Ln E, Hampton, NH 03842, USA
Phone: (781) 983-4976
';var m_c70194b792ea062c5365b619fd3050b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paramount Residential Mortgage Group - PRMG Inc.',});m_c70194b792ea062c5365b619fd3050b3['infowindow'] = new google.maps.InfoWindow({content: $lc70194b792ea062c5365b619fd3050b3});var infowindow = new google.maps.InfoWindow({content: $lc70194b792ea062c5365b619fd3050b3});google.maps.event.addListener(m_c70194b792ea062c5365b619fd3050b3, 'click', function() {infowindow.open(map,m_c70194b792ea062c5365b619fd3050b3);});$marker.push(m_c70194b792ea062c5365b619fd3050b3);}});}google.maps.event.addDomListener(window, 'load', initialize);