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.5716,-111.885)};var g_d8edca7631bdc1ba7c2e3535c2f64b7f = new google.maps.Geocoder();g_d8edca7631bdc1ba7c2e3535c2f64b7f.geocode( { 'address': "140 W 9000 S, Sandy, UT 84070"}, 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('846b864f').innerHTML += ' | View Map';var $ld8edca7631bdc1ba7c2e3535c2f64b7f = '

Bank of the West

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