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.1546,-111.938)};var g_4dd0216ac3326165e8c0aeb211b78dae = new google.maps.Geocoder();g_4dd0216ac3326165e8c0aeb211b78dae.geocode( { 'address': "5974 Fashion Point Dr # 130, Ogden, UT 84403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ogden-UT-bank-of-utah').style.display = '';map = new google.maps.Map(document.getElementById('ogden-UT-bank-of-utah'), mapOptions);}document.getElementById('05ebfa18').innerHTML += ' | View Map';var $l4dd0216ac3326165e8c0aeb211b78dae = '

Bank of Utah

Address: 5974 Fashion Point Dr # 130, Ogden, UT 84403, USA
Phone: (801) 476-6400
';var m_4dd0216ac3326165e8c0aeb211b78dae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Utah',});m_4dd0216ac3326165e8c0aeb211b78dae['infowindow'] = new google.maps.InfoWindow({content: $l4dd0216ac3326165e8c0aeb211b78dae});var infowindow = new google.maps.InfoWindow({content: $l4dd0216ac3326165e8c0aeb211b78dae});google.maps.event.addListener(m_4dd0216ac3326165e8c0aeb211b78dae, 'click', function() {infowindow.open(map,m_4dd0216ac3326165e8c0aeb211b78dae);});$marker.push(m_4dd0216ac3326165e8c0aeb211b78dae);}});}google.maps.event.addDomListener(window, 'load', initialize);