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(40.6165,-111.88)};var g_61733c6018fcffe3540f7bde580c256a = new google.maps.Geocoder();g_61733c6018fcffe3540f7bde580c256a.geocode( { 'address': "980 E Fort Union Blvd, Midvale, UT 84047"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midvale-UT-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('midvale-UT-u-s-bank'), mapOptions);}document.getElementById('39430f03').innerHTML += ' | View Map';var $l61733c6018fcffe3540f7bde580c256a = '

U.S. Bank

Address: 980 E Fort Union Blvd, Midvale, UT 84047
Phone: (801) 352-2829
';var m_61733c6018fcffe3540f7bde580c256a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_61733c6018fcffe3540f7bde580c256a['infowindow'] = new google.maps.InfoWindow({content: $l61733c6018fcffe3540f7bde580c256a});var infowindow = new google.maps.InfoWindow({content: $l61733c6018fcffe3540f7bde580c256a});google.maps.event.addListener(m_61733c6018fcffe3540f7bde580c256a, 'click', function() {infowindow.open(map,m_61733c6018fcffe3540f7bde580c256a);});$marker.push(m_61733c6018fcffe3540f7bde580c256a);}});}google.maps.event.addDomListener(window, 'load', initialize);