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(38.9012,-112.632)};var g_e177b47ac0ff1efcc57cb918507e990c = new google.maps.Geocoder();g_e177b47ac0ff1efcc57cb918507e990c.geocode( { 'address': "10 N Main St, Fillmore, UT 84631"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fillmore-UT-zions-bank-fillmore-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('fillmore-UT-zions-bank-fillmore-financial-center'), mapOptions);}document.getElementById('b154f5df').innerHTML += ' | View Map';var $le177b47ac0ff1efcc57cb918507e990c = '

Zions Bank Fillmore Financial Center

Address: 10 N Main St, Fillmore, UT 84631
Phone: (435) 743-7430
';var m_e177b47ac0ff1efcc57cb918507e990c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank Fillmore Financial Center',});m_e177b47ac0ff1efcc57cb918507e990c['infowindow'] = new google.maps.InfoWindow({content: $le177b47ac0ff1efcc57cb918507e990c});var infowindow = new google.maps.InfoWindow({content: $le177b47ac0ff1efcc57cb918507e990c});google.maps.event.addListener(m_e177b47ac0ff1efcc57cb918507e990c, 'click', function() {infowindow.open(map,m_e177b47ac0ff1efcc57cb918507e990c);});$marker.push(m_e177b47ac0ff1efcc57cb918507e990c);}});}google.maps.event.addDomListener(window, 'load', initialize);