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(46.4066,-105.85)};var g_b4c3d37a32c535467ec10f8cbda60232 = new google.maps.Geocoder();g_b4c3d37a32c535467ec10f8cbda60232.geocode( { 'address': "619 Main St, Miles City, MT 59301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miles-city-MT-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('miles-city-MT-us-bank-branch'), mapOptions);}document.getElementById('329714e2').innerHTML += ' | View Map';var $lb4c3d37a32c535467ec10f8cbda60232 = '

U.S. Bank Branch

Address: 619 Main St, Miles City, MT 59301, USA
Phone: (406) 232-0810
';var m_b4c3d37a32c535467ec10f8cbda60232 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_b4c3d37a32c535467ec10f8cbda60232['infowindow'] = new google.maps.InfoWindow({content: $lb4c3d37a32c535467ec10f8cbda60232});var infowindow = new google.maps.InfoWindow({content: $lb4c3d37a32c535467ec10f8cbda60232});google.maps.event.addListener(m_b4c3d37a32c535467ec10f8cbda60232, 'click', function() {infowindow.open(map,m_b4c3d37a32c535467ec10f8cbda60232);});$marker.push(m_b4c3d37a32c535467ec10f8cbda60232);}});}google.maps.event.addDomListener(window, 'load', initialize);