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(37.6662,-113.062)};var g_d572948a93127fa250a9aa8a122a4403 = new google.maps.Geocoder();g_d572948a93127fa250a9aa8a122a4403.geocode( { 'address': "633 S Main St Suite A, Cedar City, UT 84720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-city-UT-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('cedar-city-UT-us-bank-branch'), mapOptions);}document.getElementById('c1f5a7da').innerHTML += ' | View Map';var $ld572948a93127fa250a9aa8a122a4403 = '

U.S. Bank Branch

Address: 633 S Main St Suite A, Cedar City, UT 84720, USA
Phone: (435) 586-1096
';var m_d572948a93127fa250a9aa8a122a4403 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_d572948a93127fa250a9aa8a122a4403['infowindow'] = new google.maps.InfoWindow({content: $ld572948a93127fa250a9aa8a122a4403});var infowindow = new google.maps.InfoWindow({content: $ld572948a93127fa250a9aa8a122a4403});google.maps.event.addListener(m_d572948a93127fa250a9aa8a122a4403, 'click', function() {infowindow.open(map,m_d572948a93127fa250a9aa8a122a4403);});$marker.push(m_d572948a93127fa250a9aa8a122a4403);}});}google.maps.event.addDomListener(window, 'load', initialize);