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(41.6434,-93.4582)};var g_e167243df81d682f6696683126d011f5 = new google.maps.Geocoder();g_e167243df81d682f6696683126d011f5.geocode( { 'address': "620 8th St SE, Altoona, IA 50009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altoona-IA-wells-fargo-atm').style.display = '';map = new google.maps.Map(document.getElementById('altoona-IA-wells-fargo-atm'), mapOptions);}document.getElementById('7ab88e7a').innerHTML += ' | View Map';var $le167243df81d682f6696683126d011f5 = '

Wells Fargo ATM

Address: 620 8th St SE, Altoona, IA 50009, USA
Phone: (800) 869-3557
';var m_e167243df81d682f6696683126d011f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo ATM',});m_e167243df81d682f6696683126d011f5['infowindow'] = new google.maps.InfoWindow({content: $le167243df81d682f6696683126d011f5});var infowindow = new google.maps.InfoWindow({content: $le167243df81d682f6696683126d011f5});google.maps.event.addListener(m_e167243df81d682f6696683126d011f5, 'click', function() {infowindow.open(map,m_e167243df81d682f6696683126d011f5);});$marker.push(m_e167243df81d682f6696683126d011f5);}});}google.maps.event.addDomListener(window, 'load', initialize);