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(66.9232,-162.036)};var g_cdaff290fcbc89f477135e01bf5efc06 = new google.maps.Geocoder();g_cdaff290fcbc89f477135e01bf5efc06.geocode( { 'address': "360 Lagoon St, Kotzebue, AK 99752"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kotzebue-AK-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('kotzebue-AK-wells-fargo-bank'), mapOptions);}document.getElementById('69a26842').innerHTML += ' | View Map';var $lcdaff290fcbc89f477135e01bf5efc06 = '

Wells Fargo Bank

Address: 360 Lagoon St, Kotzebue, AK 99752
Phone: (907) 442-3258
';var m_cdaff290fcbc89f477135e01bf5efc06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_cdaff290fcbc89f477135e01bf5efc06['infowindow'] = new google.maps.InfoWindow({content: $lcdaff290fcbc89f477135e01bf5efc06});var infowindow = new google.maps.InfoWindow({content: $lcdaff290fcbc89f477135e01bf5efc06});google.maps.event.addListener(m_cdaff290fcbc89f477135e01bf5efc06, 'click', function() {infowindow.open(map,m_cdaff290fcbc89f477135e01bf5efc06);});$marker.push(m_cdaff290fcbc89f477135e01bf5efc06);}});}google.maps.event.addDomListener(window, 'load', initialize);