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.9455,-70.8458)};var g_459810f20bf8fdf7cf539cdb9c912141 = new google.maps.Geocoder();g_459810f20bf8fdf7cf539cdb9c912141.geocode( { 'address': "7 Merrill Industrial Dr, Hampton, NH 03842, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-NH-blue-water-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('hampton-NH-blue-water-mortgage-corporation'), mapOptions);}document.getElementById('b1c801c3').innerHTML += ' | View Map';var $l459810f20bf8fdf7cf539cdb9c912141 = '

Blue Water Mortgage Corporation

Address: 7 Merrill Industrial Dr, Hampton, NH 03842, USA
Phone: (603) 926-9695
';var m_459810f20bf8fdf7cf539cdb9c912141 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Blue Water Mortgage Corporation',});m_459810f20bf8fdf7cf539cdb9c912141['infowindow'] = new google.maps.InfoWindow({content: $l459810f20bf8fdf7cf539cdb9c912141});var infowindow = new google.maps.InfoWindow({content: $l459810f20bf8fdf7cf539cdb9c912141});google.maps.event.addListener(m_459810f20bf8fdf7cf539cdb9c912141, 'click', function() {infowindow.open(map,m_459810f20bf8fdf7cf539cdb9c912141);});$marker.push(m_459810f20bf8fdf7cf539cdb9c912141);}});}google.maps.event.addDomListener(window, 'load', initialize);