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(39.3611,-111.584)};var g_4f8749ae3fea0527a4024521d5133c7b = new google.maps.Geocoder();g_4f8749ae3fea0527a4024521d5133c7b.geocode( { 'address': "150 College Ave E, Ephraim, UT 84627, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ephraim-UT-zions-bank-ephraim-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('ephraim-UT-zions-bank-ephraim-financial-center'), mapOptions);}document.getElementById('2755b988').innerHTML += ' | View Map';var $l4f8749ae3fea0527a4024521d5133c7b = '

Zions Bank Ephraim Financial Center

Address: 150 College Ave E, Ephraim, UT 84627, USA
Phone: (800) 789-2265
';var m_4f8749ae3fea0527a4024521d5133c7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank Ephraim Financial Center',});m_4f8749ae3fea0527a4024521d5133c7b['infowindow'] = new google.maps.InfoWindow({content: $l4f8749ae3fea0527a4024521d5133c7b});var infowindow = new google.maps.InfoWindow({content: $l4f8749ae3fea0527a4024521d5133c7b});google.maps.event.addListener(m_4f8749ae3fea0527a4024521d5133c7b, 'click', function() {infowindow.open(map,m_4f8749ae3fea0527a4024521d5133c7b);});$marker.push(m_4f8749ae3fea0527a4024521d5133c7b);}});}google.maps.event.addDomListener(window, 'load', initialize);