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(45.1827,-67.2834)};var g_fe87435d12ef7642af67d9bc82a8b3cd = new google.maps.Geocoder();g_fe87435d12ef7642af67d9bc82a8b3cd.geocode( { 'address': "232 North St, Calais, ME 04619, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calais-ME-bangor-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('calais-ME-bangor-savings-bank'), mapOptions);}document.getElementById('928eeddc').innerHTML += ' | View Map';var $lfe87435d12ef7642af67d9bc82a8b3cd = '

Bangor Savings Bank

Address: 232 North St, Calais, ME 04619, USA
Phone: (207) 454-0223
';var m_fe87435d12ef7642af67d9bc82a8b3cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bangor Savings Bank',});m_fe87435d12ef7642af67d9bc82a8b3cd['infowindow'] = new google.maps.InfoWindow({content: $lfe87435d12ef7642af67d9bc82a8b3cd});var infowindow = new google.maps.InfoWindow({content: $lfe87435d12ef7642af67d9bc82a8b3cd});google.maps.event.addListener(m_fe87435d12ef7642af67d9bc82a8b3cd, 'click', function() {infowindow.open(map,m_fe87435d12ef7642af67d9bc82a8b3cd);});$marker.push(m_fe87435d12ef7642af67d9bc82a8b3cd);}});}google.maps.event.addDomListener(window, 'load', initialize);