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.8883,-111.893)};var g_06e0737be489ef06fe31018e21fcc5da = new google.maps.Geocoder();g_06e0737be489ef06fe31018e21fcc5da.geocode( { 'address': "100 500 W, Bountiful, UT 84010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bountiful-UT-bank-of-utah---coming-soon').style.display = '';map = new google.maps.Map(document.getElementById('bountiful-UT-bank-of-utah---coming-soon'), mapOptions);}document.getElementById('d3ca6ef6').innerHTML += ' | View Map';var $l06e0737be489ef06fe31018e21fcc5da = '

Bank of Utah - COMING SOON!

Address: 100 500 W, Bountiful, UT 84010, USA
Phone: (801) 683-3000
';var m_06e0737be489ef06fe31018e21fcc5da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Utah - COMING SOON!',});m_06e0737be489ef06fe31018e21fcc5da['infowindow'] = new google.maps.InfoWindow({content: $l06e0737be489ef06fe31018e21fcc5da});var infowindow = new google.maps.InfoWindow({content: $l06e0737be489ef06fe31018e21fcc5da});google.maps.event.addListener(m_06e0737be489ef06fe31018e21fcc5da, 'click', function() {infowindow.open(map,m_06e0737be489ef06fe31018e21fcc5da);});$marker.push(m_06e0737be489ef06fe31018e21fcc5da);}});}google.maps.event.addDomListener(window, 'load', initialize);