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.2217,-111.692)};var g_c8659d572fbd4a1ab5855319753567cb = new google.maps.Geocoder();g_c8659d572fbd4a1ab5855319753567cb.geocode( { 'address': "136 W 200 S, Provo, UT 84601"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('provo-UT-bank-of-utah').style.display = '';map = new google.maps.Map(document.getElementById('provo-UT-bank-of-utah'), mapOptions);}document.getElementById('33afd1fe').innerHTML += ' | View Map';var $lc8659d572fbd4a1ab5855319753567cb = '

Bank Of Utah

Address: 136 W 200 S, Provo, UT 84601
Phone: (801) 377-1642
';var m_c8659d572fbd4a1ab5855319753567cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Utah',});m_c8659d572fbd4a1ab5855319753567cb['infowindow'] = new google.maps.InfoWindow({content: $lc8659d572fbd4a1ab5855319753567cb});var infowindow = new google.maps.InfoWindow({content: $lc8659d572fbd4a1ab5855319753567cb});google.maps.event.addListener(m_c8659d572fbd4a1ab5855319753567cb, 'click', function() {infowindow.open(map,m_c8659d572fbd4a1ab5855319753567cb);});$marker.push(m_c8659d572fbd4a1ab5855319753567cb);}});}google.maps.event.addDomListener(window, 'load', initialize);