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.815,-71.1022)};var g_57c68b9f5944a7a0075fef1bbedfe6d7 = new google.maps.Geocoder();g_57c68b9f5944a7a0075fef1bbedfe6d7.geocode( { 'address': "2 Main St, Plaistow, NH 03865, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plaistow-NH-the-mortgage-specialists').style.display = '';map = new google.maps.Map(document.getElementById('plaistow-NH-the-mortgage-specialists'), mapOptions);}document.getElementById('7a713acb').innerHTML += ' | View Map';var $l57c68b9f5944a7a0075fef1bbedfe6d7 = '

The Mortgage Specialists

Address: 2 Main St, Plaistow, NH 03865, USA
Phone: (603) 382-3785
';var m_57c68b9f5944a7a0075fef1bbedfe6d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Mortgage Specialists',});m_57c68b9f5944a7a0075fef1bbedfe6d7['infowindow'] = new google.maps.InfoWindow({content: $l57c68b9f5944a7a0075fef1bbedfe6d7});var infowindow = new google.maps.InfoWindow({content: $l57c68b9f5944a7a0075fef1bbedfe6d7});google.maps.event.addListener(m_57c68b9f5944a7a0075fef1bbedfe6d7, 'click', function() {infowindow.open(map,m_57c68b9f5944a7a0075fef1bbedfe6d7);});$marker.push(m_57c68b9f5944a7a0075fef1bbedfe6d7);}});}google.maps.event.addDomListener(window, 'load', initialize);