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.6536,-70.2543)};var g_47a679b644eb5a7a016e8a8133695258 = new google.maps.Geocoder();g_47a679b644eb5a7a016e8a8133695258.geocode( { 'address': "254 Commercial Street, Merrill\'s Wharf, 2nd floor, Portland, ME 04101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-ME-nbt-bank-of-portland').style.display = '';map = new google.maps.Map(document.getElementById('portland-ME-nbt-bank-of-portland'), mapOptions);}document.getElementById('fea6a1af').innerHTML += ' | View Map';var $l47a679b644eb5a7a016e8a8133695258 = '

NBT Bank of Portland

Address: 254 Commercial Street, Merrill\'s Wharf, 2nd floor, Portland, ME 04101, USA
Phone: (207) 808-4485
';var m_47a679b644eb5a7a016e8a8133695258 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank of Portland',});m_47a679b644eb5a7a016e8a8133695258['infowindow'] = new google.maps.InfoWindow({content: $l47a679b644eb5a7a016e8a8133695258});var infowindow = new google.maps.InfoWindow({content: $l47a679b644eb5a7a016e8a8133695258});google.maps.event.addListener(m_47a679b644eb5a7a016e8a8133695258, 'click', function() {infowindow.open(map,m_47a679b644eb5a7a016e8a8133695258);});$marker.push(m_47a679b644eb5a7a016e8a8133695258);}});}google.maps.event.addDomListener(window, 'load', initialize);