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(58.3633,-134.58)};var g_4a46902a3d36f2543d811b69fc05b713 = new google.maps.Geocoder();g_4a46902a3d36f2543d811b69fc05b713.geocode( { 'address': "8990 Glacier Hwy, Juneau, AK 99801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('juneau-AK-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('juneau-AK-first-national-bank'), mapOptions);}document.getElementById('6801fe6e').innerHTML += ' | View Map';var $l4a46902a3d36f2543d811b69fc05b713 = '

First National Bank

Address: 8990 Glacier Hwy, Juneau, AK 99801, USA
Phone: (907) 790-8000
';var m_4a46902a3d36f2543d811b69fc05b713 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_4a46902a3d36f2543d811b69fc05b713['infowindow'] = new google.maps.InfoWindow({content: $l4a46902a3d36f2543d811b69fc05b713});var infowindow = new google.maps.InfoWindow({content: $l4a46902a3d36f2543d811b69fc05b713});google.maps.event.addListener(m_4a46902a3d36f2543d811b69fc05b713, 'click', function() {infowindow.open(map,m_4a46902a3d36f2543d811b69fc05b713);});$marker.push(m_4a46902a3d36f2543d811b69fc05b713);}});}google.maps.event.addDomListener(window, 'load', initialize);