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.7,-111.806)};var g_024ea78e79fc69eb752b59f879b5507d = new google.maps.Geocoder();g_024ea78e79fc69eb752b59f879b5507d.geocode( { 'address': "121 N Gateway Dr, Providence, UT 84332"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('providence-UT-bank-of-utah').style.display = '';map = new google.maps.Map(document.getElementById('providence-UT-bank-of-utah'), mapOptions);}document.getElementById('2250320e').innerHTML += ' | View Map';var $l024ea78e79fc69eb752b59f879b5507d = '

Bank Of Utah

Address: 121 N Gateway Dr, Providence, UT 84332
Phone: (435) 752-7198
';var m_024ea78e79fc69eb752b59f879b5507d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Utah',});m_024ea78e79fc69eb752b59f879b5507d['infowindow'] = new google.maps.InfoWindow({content: $l024ea78e79fc69eb752b59f879b5507d});var infowindow = new google.maps.InfoWindow({content: $l024ea78e79fc69eb752b59f879b5507d});google.maps.event.addListener(m_024ea78e79fc69eb752b59f879b5507d, 'click', function() {infowindow.open(map,m_024ea78e79fc69eb752b59f879b5507d);});$marker.push(m_024ea78e79fc69eb752b59f879b5507d);}});}google.maps.event.addDomListener(window, 'load', initialize);