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.5885,-111.895)};var g_84080e8b43d4910c2abcf5000144819c = new google.maps.Geocoder();g_84080e8b43d4910c2abcf5000144819c.geocode( { 'address': "140 W 9000 S, Sandy, UT 84070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-UT-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('sandy-UT-bank-of-the-west'), mapOptions);}document.getElementById('25e45199').innerHTML += ' | View Map';var $l84080e8b43d4910c2abcf5000144819c = '

Bank of the West

Address: 140 W 9000 S, Sandy, UT 84070, USA
Phone: (801) 566-9700
';var m_84080e8b43d4910c2abcf5000144819c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_84080e8b43d4910c2abcf5000144819c['infowindow'] = new google.maps.InfoWindow({content: $l84080e8b43d4910c2abcf5000144819c});var infowindow = new google.maps.InfoWindow({content: $l84080e8b43d4910c2abcf5000144819c});google.maps.event.addListener(m_84080e8b43d4910c2abcf5000144819c, 'click', function() {infowindow.open(map,m_84080e8b43d4910c2abcf5000144819c);});$marker.push(m_84080e8b43d4910c2abcf5000144819c);}});}google.maps.event.addDomListener(window, 'load', initialize);