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.7564,-111.899)};var g_1489390f1e0e0f355a13f4c1233dd180 = new google.maps.Geocoder();g_1489390f1e0e0f355a13f4c1233dd180.geocode( { 'address': "3826 South 2300 East, Salt Lake City, UT 84109"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-first-utah-bank').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-first-utah-bank'), mapOptions);}document.getElementById('bd9aa48e').innerHTML += ' | View Map';var $l1489390f1e0e0f355a13f4c1233dd180 = '

First Utah Bank

Address: 3826 South 2300 East, Salt Lake City, UT 84109
Phone: (801) 272-9454
';var m_1489390f1e0e0f355a13f4c1233dd180 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Utah Bank',});m_1489390f1e0e0f355a13f4c1233dd180['infowindow'] = new google.maps.InfoWindow({content: $l1489390f1e0e0f355a13f4c1233dd180});var infowindow = new google.maps.InfoWindow({content: $l1489390f1e0e0f355a13f4c1233dd180});google.maps.event.addListener(m_1489390f1e0e0f355a13f4c1233dd180, 'click', function() {infowindow.open(map,m_1489390f1e0e0f355a13f4c1233dd180);});$marker.push(m_1489390f1e0e0f355a13f4c1233dd180);}});}google.maps.event.addDomListener(window, 'load', initialize);