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.7858,-71.5025)};var g_4f2f638f5e4bdb50b21926f49a69f128 = new google.maps.Geocoder();g_4f2f638f5e4bdb50b21926f49a69f128.geocode( { 'address': "20 Trafalgar Square #500, Nashua, NH 03063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nashua-NH-best-nh-mortgages').style.display = '';map = new google.maps.Map(document.getElementById('nashua-NH-best-nh-mortgages'), mapOptions);}document.getElementById('cc2dcd49').innerHTML += ' | View Map';var $l4f2f638f5e4bdb50b21926f49a69f128 = '

BEST NH MORTGAGES

Address: 20 Trafalgar Square #500, Nashua, NH 03063, USA
Phone: (603) 493-5193
';var m_4f2f638f5e4bdb50b21926f49a69f128 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BEST NH MORTGAGES',});m_4f2f638f5e4bdb50b21926f49a69f128['infowindow'] = new google.maps.InfoWindow({content: $l4f2f638f5e4bdb50b21926f49a69f128});var infowindow = new google.maps.InfoWindow({content: $l4f2f638f5e4bdb50b21926f49a69f128});google.maps.event.addListener(m_4f2f638f5e4bdb50b21926f49a69f128, 'click', function() {infowindow.open(map,m_4f2f638f5e4bdb50b21926f49a69f128);});$marker.push(m_4f2f638f5e4bdb50b21926f49a69f128);}});}google.maps.event.addDomListener(window, 'load', initialize);