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.6968,-93.0339)};var g_aff65c90f64ab5132b79e03c5bf69603 = new google.maps.Geocoder();g_aff65c90f64ab5132b79e03c5bf69603.geocode( { 'address': "1501 1st Ave E, Newton, IA 50208, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newton-IA-us-bank-atm---newton-mall-office').style.display = '';map = new google.maps.Map(document.getElementById('newton-IA-us-bank-atm---newton-mall-office'), mapOptions);}document.getElementById('e0edad81').innerHTML += ' | View Map';var $laff65c90f64ab5132b79e03c5bf69603 = '

U.S. Bank ATM - Newton Mall Office

Address: 1501 1st Ave E, Newton, IA 50208, USA
Phone: (800) 872-2657
';var m_aff65c90f64ab5132b79e03c5bf69603 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Newton Mall Office',});m_aff65c90f64ab5132b79e03c5bf69603['infowindow'] = new google.maps.InfoWindow({content: $laff65c90f64ab5132b79e03c5bf69603});var infowindow = new google.maps.InfoWindow({content: $laff65c90f64ab5132b79e03c5bf69603});google.maps.event.addListener(m_aff65c90f64ab5132b79e03c5bf69603, 'click', function() {infowindow.open(map,m_aff65c90f64ab5132b79e03c5bf69603);});$marker.push(m_aff65c90f64ab5132b79e03c5bf69603);}});}google.maps.event.addDomListener(window, 'load', initialize);