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()};var g_5d55e7c13b0f4d7cf9d5d55d3af329c8 = new google.maps.Geocoder();g_5d55e7c13b0f4d7cf9d5d55d3af329c8.geocode( { 'address': "3180 S 5600 W, West Valley City, UT 84120"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-valley-city-UT-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-valley-city-UT-us-bank'), mapOptions);}document.getElementById('354081db').innerHTML += ' | View Map';var $l5d55e7c13b0f4d7cf9d5d55d3af329c8 = '

US Bank

Address: 3180 S 5600 W, West Valley City, UT 84120
Phone: (801) 955-2826
';var m_5d55e7c13b0f4d7cf9d5d55d3af329c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bank',});m_5d55e7c13b0f4d7cf9d5d55d3af329c8['infowindow'] = new google.maps.InfoWindow({content: $l5d55e7c13b0f4d7cf9d5d55d3af329c8});var infowindow = new google.maps.InfoWindow({content: $l5d55e7c13b0f4d7cf9d5d55d3af329c8});google.maps.event.addListener(m_5d55e7c13b0f4d7cf9d5d55d3af329c8, 'click', function() {infowindow.open(map,m_5d55e7c13b0f4d7cf9d5d55d3af329c8);});$marker.push(m_5d55e7c13b0f4d7cf9d5d55d3af329c8);}});}google.maps.event.addDomListener(window, 'load', initialize);