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.8951,-69.9089)};var g_024cd885f9b00e7ee6b9cd521b08cf8f = new google.maps.Geocoder();g_024cd885f9b00e7ee6b9cd521b08cf8f.geocode( { 'address': "1 Poplar Dr, Brunswick, ME 04011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brunswick-ME-saltwater-harbor-financial-llc').style.display = '';map = new google.maps.Map(document.getElementById('brunswick-ME-saltwater-harbor-financial-llc'), mapOptions);}document.getElementById('4126813e').innerHTML += ' | View Map';var $l024cd885f9b00e7ee6b9cd521b08cf8f = '

Saltwater Harbor Financial LLC

Address: 1 Poplar Dr, Brunswick, ME 04011, USA
Phone: (888) 480-2650
';var m_024cd885f9b00e7ee6b9cd521b08cf8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Saltwater Harbor Financial LLC',});m_024cd885f9b00e7ee6b9cd521b08cf8f['infowindow'] = new google.maps.InfoWindow({content: $l024cd885f9b00e7ee6b9cd521b08cf8f});var infowindow = new google.maps.InfoWindow({content: $l024cd885f9b00e7ee6b9cd521b08cf8f});google.maps.event.addListener(m_024cd885f9b00e7ee6b9cd521b08cf8f, 'click', function() {infowindow.open(map,m_024cd885f9b00e7ee6b9cd521b08cf8f);});$marker.push(m_024cd885f9b00e7ee6b9cd521b08cf8f);}});}google.maps.event.addDomListener(window, 'load', initialize);