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.9056,-69.9646)};var g_46093577f6da15ca5de89e2752b62b6a = new google.maps.Geocoder();g_46093577f6da15ca5de89e2752b62b6a.geocode( { 'address': "18 Pleasant St, Brunswick, ME 04011"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brunswick-ME-northeast-bank-loan-office').style.display = '';map = new google.maps.Map(document.getElementById('brunswick-ME-northeast-bank-loan-office'), mapOptions);}document.getElementById('fd42a750').innerHTML += ' | View Map';var $l46093577f6da15ca5de89e2752b62b6a = '

Northeast Bank Loan Office

Address: 18 Pleasant St, Brunswick, ME 04011
Phone: (207) 373-9303
';var m_46093577f6da15ca5de89e2752b62b6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northeast Bank Loan Office',});m_46093577f6da15ca5de89e2752b62b6a['infowindow'] = new google.maps.InfoWindow({content: $l46093577f6da15ca5de89e2752b62b6a});var infowindow = new google.maps.InfoWindow({content: $l46093577f6da15ca5de89e2752b62b6a});google.maps.event.addListener(m_46093577f6da15ca5de89e2752b62b6a, 'click', function() {infowindow.open(map,m_46093577f6da15ca5de89e2752b62b6a);});$marker.push(m_46093577f6da15ca5de89e2752b62b6a);}});}google.maps.event.addDomListener(window, 'load', initialize);