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.3151,-111.696)};var g_37b72445ce7e16075fb89920de581c82 = new google.maps.Geocoder();g_37b72445ce7e16075fb89920de581c82.geocode( { 'address': "1000 W 800 N, Orem, UT 84057"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orem-UT-bank-of-utah').style.display = '';map = new google.maps.Map(document.getElementById('orem-UT-bank-of-utah'), mapOptions);}document.getElementById('92d4a70f').innerHTML += ' | View Map';var $l37b72445ce7e16075fb89920de581c82 = '

Bank Of Utah

Address: 1000 W 800 N, Orem, UT 84057
Phone: (801) 765-4401
';var m_37b72445ce7e16075fb89920de581c82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Utah',});m_37b72445ce7e16075fb89920de581c82['infowindow'] = new google.maps.InfoWindow({content: $l37b72445ce7e16075fb89920de581c82});var infowindow = new google.maps.InfoWindow({content: $l37b72445ce7e16075fb89920de581c82});google.maps.event.addListener(m_37b72445ce7e16075fb89920de581c82, 'click', function() {infowindow.open(map,m_37b72445ce7e16075fb89920de581c82);});$marker.push(m_37b72445ce7e16075fb89920de581c82);}});}google.maps.event.addDomListener(window, 'load', initialize);