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.0763,-70.7587)};var g_138163901f4859c9601f08cfa428efe1 = new google.maps.Geocoder();g_138163901f4859c9601f08cfa428efe1.geocode( { 'address': "40 Congress Street, Portsmouth, NH 03801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-NH-rob-gibbons---loan-officer-nmls-21077').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-NH-rob-gibbons---loan-officer-nmls-21077'), mapOptions);}document.getElementById('63a89c5d').innerHTML += ' | View Map';var $l138163901f4859c9601f08cfa428efe1 = '

Rob Gibbons - Loan Officer (NMLS #21077)

Address: 40 Congress Street, Portsmouth, NH 03801, USA
Phone: (603) 610-8873
';var m_138163901f4859c9601f08cfa428efe1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rob Gibbons - Loan Officer (NMLS #21077)',});m_138163901f4859c9601f08cfa428efe1['infowindow'] = new google.maps.InfoWindow({content: $l138163901f4859c9601f08cfa428efe1});var infowindow = new google.maps.InfoWindow({content: $l138163901f4859c9601f08cfa428efe1});google.maps.event.addListener(m_138163901f4859c9601f08cfa428efe1, 'click', function() {infowindow.open(map,m_138163901f4859c9601f08cfa428efe1);});$marker.push(m_138163901f4859c9601f08cfa428efe1);}});}google.maps.event.addDomListener(window, 'load', initialize);