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.1793,-67.288)};var g_4dc78ee9d84aeec573c4179447b5f17c = new google.maps.Geocoder();g_4dc78ee9d84aeec573c4179447b5f17c.geocode( { 'address': "North St, Calais, ME 04619, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calais-ME-the-first-na').style.display = '';map = new google.maps.Map(document.getElementById('calais-ME-the-first-na'), mapOptions);}document.getElementById('d9ef8785').innerHTML += ' | View Map';var $l4dc78ee9d84aeec573c4179447b5f17c = '

The First, N.A.

Address: North St, Calais, ME 04619, USA
Phone: (207) 454-2141
';var m_4dc78ee9d84aeec573c4179447b5f17c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The First, N.A.',});m_4dc78ee9d84aeec573c4179447b5f17c['infowindow'] = new google.maps.InfoWindow({content: $l4dc78ee9d84aeec573c4179447b5f17c});var infowindow = new google.maps.InfoWindow({content: $l4dc78ee9d84aeec573c4179447b5f17c});google.maps.event.addListener(m_4dc78ee9d84aeec573c4179447b5f17c, 'click', function() {infowindow.open(map,m_4dc78ee9d84aeec573c4179447b5f17c);});$marker.push(m_4dc78ee9d84aeec573c4179447b5f17c);}});}google.maps.event.addDomListener(window, 'load', initialize);