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(55.3489,-131.67)};var g_55b6ca527b9f612ea95bd779790c2a31 = new google.maps.Geocoder();g_55b6ca527b9f612ea95bd779790c2a31.geocode( { 'address': "2030 Sea Level Dr # 300, Ketchikan, AK 99901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ketchikan-AK-first-bancorp-inc').style.display = '';map = new google.maps.Map(document.getElementById('ketchikan-AK-first-bancorp-inc'), mapOptions);}document.getElementById('73e34bc4').innerHTML += ' | View Map';var $l55b6ca527b9f612ea95bd779790c2a31 = '

First Bancorp Inc

Address: 2030 Sea Level Dr # 300, Ketchikan, AK 99901, USA
Phone: (907) 228-4219
';var m_55b6ca527b9f612ea95bd779790c2a31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bancorp Inc',});m_55b6ca527b9f612ea95bd779790c2a31['infowindow'] = new google.maps.InfoWindow({content: $l55b6ca527b9f612ea95bd779790c2a31});var infowindow = new google.maps.InfoWindow({content: $l55b6ca527b9f612ea95bd779790c2a31});google.maps.event.addListener(m_55b6ca527b9f612ea95bd779790c2a31, 'click', function() {infowindow.open(map,m_55b6ca527b9f612ea95bd779790c2a31);});$marker.push(m_55b6ca527b9f612ea95bd779790c2a31);}});}google.maps.event.addDomListener(window, 'load', initialize);