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(42.1849,-112.244)};var g_a4975d2cc1554b43e36aef80cf30bf7d = new google.maps.Geocoder();g_a4975d2cc1554b43e36aef80cf30bf7d.geocode( { 'address': "25 E 50 S, Malad City, ID 83252, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('malad-city-ID-us-bank-atm---malad-city').style.display = '';map = new google.maps.Map(document.getElementById('malad-city-ID-us-bank-atm---malad-city'), mapOptions);}document.getElementById('1abd35c8').innerHTML += ' | View Map';var $la4975d2cc1554b43e36aef80cf30bf7d = '

U.S. Bank ATM - Malad City

Address: 25 E 50 S, Malad City, ID 83252, USA
Phone: (800) 872-2657
';var m_a4975d2cc1554b43e36aef80cf30bf7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Malad City',});m_a4975d2cc1554b43e36aef80cf30bf7d['infowindow'] = new google.maps.InfoWindow({content: $la4975d2cc1554b43e36aef80cf30bf7d});var infowindow = new google.maps.InfoWindow({content: $la4975d2cc1554b43e36aef80cf30bf7d});google.maps.event.addListener(m_a4975d2cc1554b43e36aef80cf30bf7d, 'click', function() {infowindow.open(map,m_a4975d2cc1554b43e36aef80cf30bf7d);});$marker.push(m_a4975d2cc1554b43e36aef80cf30bf7d);}});}google.maps.event.addDomListener(window, 'load', initialize);