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_2f020508d4274699b922cf438b0a3025 = new google.maps.Geocoder();g_2f020508d4274699b922cf438b0a3025.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-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('soldotna-AK-wells-fargo-home-mortgage'), mapOptions);}document.getElementById('c29ccc3e').innerHTML += ' | View Map';var $l2f020508d4274699b922cf438b0a3025 = '

Wells Fargo Home Mortgage

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