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.0648,-104.188)};var g_ad337bfc90f0e6826f3c6329a5eb0ad1 = new google.maps.Geocoder();g_ad337bfc90f0e6826f3c6329a5eb0ad1.geocode( { 'address': "2034 W B St, Torrington, WY 82240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('torrington-WY-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('torrington-WY-us-bank-branch'), mapOptions);}document.getElementById('bd5979bb').innerHTML += ' | View Map';var $lad337bfc90f0e6826f3c6329a5eb0ad1 = '

U.S. Bank Branch

Address: 2034 W B St, Torrington, WY 82240, USA
Phone: (307) 532-7063
';var m_ad337bfc90f0e6826f3c6329a5eb0ad1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_ad337bfc90f0e6826f3c6329a5eb0ad1['infowindow'] = new google.maps.InfoWindow({content: $lad337bfc90f0e6826f3c6329a5eb0ad1});var infowindow = new google.maps.InfoWindow({content: $lad337bfc90f0e6826f3c6329a5eb0ad1});google.maps.event.addListener(m_ad337bfc90f0e6826f3c6329a5eb0ad1, 'click', function() {infowindow.open(map,m_ad337bfc90f0e6826f3c6329a5eb0ad1);});$marker.push(m_ad337bfc90f0e6826f3c6329a5eb0ad1);}});}google.maps.event.addDomListener(window, 'load', initialize);