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.6643,-151.369)};var g_0f558aca37b0ea095eca66a75cb66831 = new google.maps.Geocoder();g_0f558aca37b0ea095eca66a75cb66831.geocode( { 'address': "45235 Kenai Spur Hwy, Kenai, AK 99611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kenai-AK-wells-fargo-atm').style.display = '';map = new google.maps.Map(document.getElementById('kenai-AK-wells-fargo-atm'), mapOptions);}document.getElementById('873221a5').innerHTML += ' | View Map';var $l0f558aca37b0ea095eca66a75cb66831 = '

Wells Fargo ATM

Address: 45235 Kenai Spur Hwy, Kenai, AK 99611, USA
Phone: (800) 869-3557
';var m_0f558aca37b0ea095eca66a75cb66831 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo ATM',});m_0f558aca37b0ea095eca66a75cb66831['infowindow'] = new google.maps.InfoWindow({content: $l0f558aca37b0ea095eca66a75cb66831});var infowindow = new google.maps.InfoWindow({content: $l0f558aca37b0ea095eca66a75cb66831});google.maps.event.addListener(m_0f558aca37b0ea095eca66a75cb66831, 'click', function() {infowindow.open(map,m_0f558aca37b0ea095eca66a75cb66831);});$marker.push(m_0f558aca37b0ea095eca66a75cb66831);}});}google.maps.event.addDomListener(window, 'load', initialize);