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(41.17,-112.046)};var g_2cc91799611a4e93ba7aac0f0a43d13b = new google.maps.Geocoder();g_2cc91799611a4e93ba7aac0f0a43d13b.geocode( { 'address': "5774 S 1900 W, Roy, UT 84067"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roy-UT-zions-bank-roy-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('roy-UT-zions-bank-roy-financial-center'), mapOptions);}document.getElementById('0f190aa0').innerHTML += ' | View Map';var $l2cc91799611a4e93ba7aac0f0a43d13b = '

Zions Bank Roy Financial Center

Address: 5774 S 1900 W, Roy, UT 84067
Phone: (801) 825-1039
';var m_2cc91799611a4e93ba7aac0f0a43d13b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank Roy Financial Center',});m_2cc91799611a4e93ba7aac0f0a43d13b['infowindow'] = new google.maps.InfoWindow({content: $l2cc91799611a4e93ba7aac0f0a43d13b});var infowindow = new google.maps.InfoWindow({content: $l2cc91799611a4e93ba7aac0f0a43d13b});google.maps.event.addListener(m_2cc91799611a4e93ba7aac0f0a43d13b, 'click', function() {infowindow.open(map,m_2cc91799611a4e93ba7aac0f0a43d13b);});$marker.push(m_2cc91799611a4e93ba7aac0f0a43d13b);}});}google.maps.event.addDomListener(window, 'load', initialize);