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.6883,-156.661)};var g_688d7d9df0f0255d120a667a2c469f8a = new google.maps.Geocoder();g_688d7d9df0f0255d120a667a2c469f8a.geocode( { 'address': "1 King Salmon Mall, King Salmon, AK 99613, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('king-salmon-AK-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('king-salmon-AK-wells-fargo-bank'), mapOptions);}document.getElementById('c2ee986a').innerHTML += ' | View Map';var $l688d7d9df0f0255d120a667a2c469f8a = '

Wells Fargo Bank

Address: 1 King Salmon Mall, King Salmon, AK 99613, USA
Phone: (907) 246-3306
';var m_688d7d9df0f0255d120a667a2c469f8a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_688d7d9df0f0255d120a667a2c469f8a['infowindow'] = new google.maps.InfoWindow({content: $l688d7d9df0f0255d120a667a2c469f8a});var infowindow = new google.maps.InfoWindow({content: $l688d7d9df0f0255d120a667a2c469f8a});google.maps.event.addListener(m_688d7d9df0f0255d120a667a2c469f8a, 'click', function() {infowindow.open(map,m_688d7d9df0f0255d120a667a2c469f8a);});$marker.push(m_688d7d9df0f0255d120a667a2c469f8a);}});}google.maps.event.addDomListener(window, 'load', initialize);