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(41.0757,-111.892)};var g_88eed9dcb7b02aa980d94ad50f1d21d2 = new google.maps.Geocoder();g_88eed9dcb7b02aa980d94ad50f1d21d2.geocode( { 'address': "849 W Hill Field Rd, Layton, UT 84041"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('layton-UT-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('layton-UT-u-s-bank'), mapOptions);}document.getElementById('dd1cba1c').innerHTML += ' | View Map';var $l88eed9dcb7b02aa980d94ad50f1d21d2 = '

U.S. Bank

Address: 849 W Hill Field Rd, Layton, UT 84041
Phone: (801) 444-5980
';var m_88eed9dcb7b02aa980d94ad50f1d21d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_88eed9dcb7b02aa980d94ad50f1d21d2['infowindow'] = new google.maps.InfoWindow({content: $l88eed9dcb7b02aa980d94ad50f1d21d2});var infowindow = new google.maps.InfoWindow({content: $l88eed9dcb7b02aa980d94ad50f1d21d2});google.maps.event.addListener(m_88eed9dcb7b02aa980d94ad50f1d21d2, 'click', function() {infowindow.open(map,m_88eed9dcb7b02aa980d94ad50f1d21d2);});$marker.push(m_88eed9dcb7b02aa980d94ad50f1d21d2);}});}google.maps.event.addDomListener(window, 'load', initialize);