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_13e2a99ea53e73d8a2c2437f612362fa = new google.maps.Geocoder();g_13e2a99ea53e73d8a2c2437f612362fa.geocode( { 'address': "45 S State St, Orem, UT 84058"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orem-UT-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('orem-UT-u-s-bank'), mapOptions);}document.getElementById('4ffcad07').innerHTML += ' | View Map';var $l13e2a99ea53e73d8a2c2437f612362fa = '

U.S. Bank

Address: 45 S State St, Orem, UT 84058
Phone: (801) 802-0696
';var m_13e2a99ea53e73d8a2c2437f612362fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_13e2a99ea53e73d8a2c2437f612362fa['infowindow'] = new google.maps.InfoWindow({content: $l13e2a99ea53e73d8a2c2437f612362fa});var infowindow = new google.maps.InfoWindow({content: $l13e2a99ea53e73d8a2c2437f612362fa});google.maps.event.addListener(m_13e2a99ea53e73d8a2c2437f612362fa, 'click', function() {infowindow.open(map,m_13e2a99ea53e73d8a2c2437f612362fa);});$marker.push(m_13e2a99ea53e73d8a2c2437f612362fa);}});}google.maps.event.addDomListener(window, 'load', initialize);