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(37.8692,-109.349)};var g_49e4240d9327212936a9a3a65e164905 = new google.maps.Geocoder();g_49e4240d9327212936a9a3a65e164905.geocode( { 'address': "233 E Center St, Monticello, UT 84535"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monticello-UT-zions-bank').style.display = '';map = new google.maps.Map(document.getElementById('monticello-UT-zions-bank'), mapOptions);}document.getElementById('eafaab14').innerHTML += ' | View Map';var $l49e4240d9327212936a9a3a65e164905 = '

Zions Bank

Address: 233 E Center St, Monticello, UT 84535
Phone: (435) 587-2218
';var m_49e4240d9327212936a9a3a65e164905 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank',});m_49e4240d9327212936a9a3a65e164905['infowindow'] = new google.maps.InfoWindow({content: $l49e4240d9327212936a9a3a65e164905});var infowindow = new google.maps.InfoWindow({content: $l49e4240d9327212936a9a3a65e164905});google.maps.event.addListener(m_49e4240d9327212936a9a3a65e164905, 'click', function() {infowindow.open(map,m_49e4240d9327212936a9a3a65e164905);});$marker.push(m_49e4240d9327212936a9a3a65e164905);}});}google.maps.event.addDomListener(window, 'load', initialize);