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.5693,-111.967)};var g_aa32a138a7dfd7ccee53f05277475fa7 = new google.maps.Geocoder();g_aa32a138a7dfd7ccee53f05277475fa7.geocode( { 'address': "3590 W South Jordan Pkwy, South Jordan, UT 84095"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-jordan-UT-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('south-jordan-UT-u-s-bank'), mapOptions);}document.getElementById('d2e5f947').innerHTML += ' | View Map';var $laa32a138a7dfd7ccee53f05277475fa7 = '

U.S. Bank

Address: 3590 W South Jordan Pkwy, South Jordan, UT 84095
Phone: (801) 253-8813
';var m_aa32a138a7dfd7ccee53f05277475fa7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_aa32a138a7dfd7ccee53f05277475fa7['infowindow'] = new google.maps.InfoWindow({content: $laa32a138a7dfd7ccee53f05277475fa7});var infowindow = new google.maps.InfoWindow({content: $laa32a138a7dfd7ccee53f05277475fa7});google.maps.event.addListener(m_aa32a138a7dfd7ccee53f05277475fa7, 'click', function() {infowindow.open(map,m_aa32a138a7dfd7ccee53f05277475fa7);});$marker.push(m_aa32a138a7dfd7ccee53f05277475fa7);}});}google.maps.event.addDomListener(window, 'load', initialize);