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.3156,-110.981)};var g_0d5bfba0961e9c0427e3850c85b591a2 = new google.maps.Geocoder();g_0d5bfba0961e9c0427e3850c85b591a2.geocode( { 'address': "51 N Main St, Huntington, UT 84528"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-UT-zions-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntington-UT-zions-bank'), mapOptions);}document.getElementById('0d05d2fc').innerHTML += ' | View Map';var $l0d5bfba0961e9c0427e3850c85b591a2 = '

Zions Bank

Address: 51 N Main St, Huntington, UT 84528
Phone: (435) 687-2425
';var m_0d5bfba0961e9c0427e3850c85b591a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank',});m_0d5bfba0961e9c0427e3850c85b591a2['infowindow'] = new google.maps.InfoWindow({content: $l0d5bfba0961e9c0427e3850c85b591a2});var infowindow = new google.maps.InfoWindow({content: $l0d5bfba0961e9c0427e3850c85b591a2});google.maps.event.addListener(m_0d5bfba0961e9c0427e3850c85b591a2, 'click', function() {infowindow.open(map,m_0d5bfba0961e9c0427e3850c85b591a2);});$marker.push(m_0d5bfba0961e9c0427e3850c85b591a2);}});}google.maps.event.addDomListener(window, 'load', initialize);