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(60.4815,-151.075)};var g_483537f6c1a5b21d329139ccb066dd54 = new google.maps.Geocoder();g_483537f6c1a5b21d329139ccb066dd54.geocode( { 'address': "44552 Sterling Hwy, Soldotna, AK 99669, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('soldotna-AK-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('soldotna-AK-wells-fargo-bank'), mapOptions);}document.getElementById('c29ccc3e').innerHTML += ' | View Map';var $l483537f6c1a5b21d329139ccb066dd54 = '

Wells Fargo Bank

Address: 44552 Sterling Hwy, Soldotna, AK 99669, USA
Phone: (907) 262-4435
';var m_483537f6c1a5b21d329139ccb066dd54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_483537f6c1a5b21d329139ccb066dd54['infowindow'] = new google.maps.InfoWindow({content: $l483537f6c1a5b21d329139ccb066dd54});var infowindow = new google.maps.InfoWindow({content: $l483537f6c1a5b21d329139ccb066dd54});google.maps.event.addListener(m_483537f6c1a5b21d329139ccb066dd54, 'click', function() {infowindow.open(map,m_483537f6c1a5b21d329139ccb066dd54);});$marker.push(m_483537f6c1a5b21d329139ccb066dd54);}});}google.maps.event.addDomListener(window, 'load', initialize);