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(44.7952,-106.955)};var g_a309d38db83fa0b90b923a3f38a3eb30 = new google.maps.Geocoder();g_a309d38db83fa0b90b923a3f38a3eb30.geocode( { 'address': "203 S Main St, Sheridan, WY 82801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sheridan-WY-us-bank-atm---sheridan').style.display = '';map = new google.maps.Map(document.getElementById('sheridan-WY-us-bank-atm---sheridan'), mapOptions);}document.getElementById('612d96bb').innerHTML += ' | View Map';var $la309d38db83fa0b90b923a3f38a3eb30 = '

U.S. Bank ATM - Sheridan

Address: 203 S Main St, Sheridan, WY 82801, USA
Phone: (800) 872-2657
';var m_a309d38db83fa0b90b923a3f38a3eb30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Sheridan',});m_a309d38db83fa0b90b923a3f38a3eb30['infowindow'] = new google.maps.InfoWindow({content: $la309d38db83fa0b90b923a3f38a3eb30});var infowindow = new google.maps.InfoWindow({content: $la309d38db83fa0b90b923a3f38a3eb30});google.maps.event.addListener(m_a309d38db83fa0b90b923a3f38a3eb30, 'click', function() {infowindow.open(map,m_a309d38db83fa0b90b923a3f38a3eb30);});$marker.push(m_a309d38db83fa0b90b923a3f38a3eb30);}});}google.maps.event.addDomListener(window, 'load', initialize);