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.3043,-111.967)};var g_8af54b22d3e6d7112b9404c16247a54c = new google.maps.Geocoder();g_8af54b22d3e6d7112b9404c16247a54c.geocode( { 'address': "e north, 2560 N Washington Rd Blvd, Ogden, UT 84414, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ogden-UT-us-bank---north-ogden-smith-s').style.display = '';map = new google.maps.Map(document.getElementById('ogden-UT-us-bank---north-ogden-smith-s'), mapOptions);}document.getElementById('5f0c8e47').innerHTML += ' | View Map';var $l8af54b22d3e6d7112b9404c16247a54c = '

U.S. Bank - North Ogden Smith s

Address: e north, 2560 N Washington Rd Blvd, Ogden, UT 84414, USA
Phone: (801) 782-6001
';var m_8af54b22d3e6d7112b9404c16247a54c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank - North Ogden Smith s',});m_8af54b22d3e6d7112b9404c16247a54c['infowindow'] = new google.maps.InfoWindow({content: $l8af54b22d3e6d7112b9404c16247a54c});var infowindow = new google.maps.InfoWindow({content: $l8af54b22d3e6d7112b9404c16247a54c});google.maps.event.addListener(m_8af54b22d3e6d7112b9404c16247a54c, 'click', function() {infowindow.open(map,m_8af54b22d3e6d7112b9404c16247a54c);});$marker.push(m_8af54b22d3e6d7112b9404c16247a54c);}});}google.maps.event.addDomListener(window, 'load', initialize);