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.0909,-70.7863)};var g_8ae46289f404924c75cdbffb9f78e60b = new google.maps.Geocoder();g_8ae46289f404924c75cdbffb9f78e60b.geocode( { 'address': "155 Commerce Way, Portsmouth, NH 03801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-NH-direct-mortgage-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-NH-direct-mortgage-services-inc'), mapOptions);}document.getElementById('84c2933a').innerHTML += ' | View Map';var $l8ae46289f404924c75cdbffb9f78e60b = '

Direct Mortgage Services Inc

Address: 155 Commerce Way, Portsmouth, NH 03801, USA
Phone: (877) 427-6083
';var m_8ae46289f404924c75cdbffb9f78e60b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Direct Mortgage Services Inc',});m_8ae46289f404924c75cdbffb9f78e60b['infowindow'] = new google.maps.InfoWindow({content: $l8ae46289f404924c75cdbffb9f78e60b});var infowindow = new google.maps.InfoWindow({content: $l8ae46289f404924c75cdbffb9f78e60b});google.maps.event.addListener(m_8ae46289f404924c75cdbffb9f78e60b, 'click', function() {infowindow.open(map,m_8ae46289f404924c75cdbffb9f78e60b);});$marker.push(m_8ae46289f404924c75cdbffb9f78e60b);}});}google.maps.event.addDomListener(window, 'load', initialize);