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.1828,-67.2809)};var g_fc7bb39f8162e580740d570464b3d85a = new google.maps.Geocoder();g_fc7bb39f8162e580740d570464b3d85a.geocode( { 'address': "344 Main St, Calais, ME 04619"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calais-ME-bank-of-maine').style.display = '';map = new google.maps.Map(document.getElementById('calais-ME-bank-of-maine'), mapOptions);}document.getElementById('cc019446').innerHTML += ' | View Map';var $lfc7bb39f8162e580740d570464b3d85a = '

Bank Of Maine

Address: 344 Main St, Calais, ME 04619
Phone: (207) 454-2123
';var m_fc7bb39f8162e580740d570464b3d85a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Maine',});m_fc7bb39f8162e580740d570464b3d85a['infowindow'] = new google.maps.InfoWindow({content: $lfc7bb39f8162e580740d570464b3d85a});var infowindow = new google.maps.InfoWindow({content: $lfc7bb39f8162e580740d570464b3d85a});google.maps.event.addListener(m_fc7bb39f8162e580740d570464b3d85a, 'click', function() {infowindow.open(map,m_fc7bb39f8162e580740d570464b3d85a);});$marker.push(m_fc7bb39f8162e580740d570464b3d85a);}});}google.maps.event.addDomListener(window, 'load', initialize);