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.5228,-111.981)};var g_f1e5284674fd1e360873c29337ebe2d7 = new google.maps.Geocoder();g_f1e5284674fd1e360873c29337ebe2d7.geocode( { 'address': "12572 S Creek Meadow Rd, Riverton, UT 84065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverton-UT-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('riverton-UT-bank-of-the-west'), mapOptions);}document.getElementById('2bfd84c6').innerHTML += ' | View Map';var $lf1e5284674fd1e360873c29337ebe2d7 = '

Bank of the West

Address: 12572 S Creek Meadow Rd, Riverton, UT 84065, USA
Phone: (801) 966-3333
';var m_f1e5284674fd1e360873c29337ebe2d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_f1e5284674fd1e360873c29337ebe2d7['infowindow'] = new google.maps.InfoWindow({content: $lf1e5284674fd1e360873c29337ebe2d7});var infowindow = new google.maps.InfoWindow({content: $lf1e5284674fd1e360873c29337ebe2d7});google.maps.event.addListener(m_f1e5284674fd1e360873c29337ebe2d7, 'click', function() {infowindow.open(map,m_f1e5284674fd1e360873c29337ebe2d7);});$marker.push(m_f1e5284674fd1e360873c29337ebe2d7);}});}google.maps.event.addDomListener(window, 'load', initialize);