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.1763,-113.293)};var g_5c494fc170e5f0a05d280a5cceebd356 = new google.maps.Geocoder();g_5c494fc170e5f0a05d280a5cceebd356.geocode( { 'address': "279 State St, Hurricane, UT 84737, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hurricane-UT-zions-bank-hurricane').style.display = '';map = new google.maps.Map(document.getElementById('hurricane-UT-zions-bank-hurricane'), mapOptions);}document.getElementById('87d9a8d1').innerHTML += ' | View Map';var $l5c494fc170e5f0a05d280a5cceebd356 = '

Zions Bank Hurricane

Address: 279 State St, Hurricane, UT 84737, USA
Phone: (435) 635-4692
';var m_5c494fc170e5f0a05d280a5cceebd356 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank Hurricane',});m_5c494fc170e5f0a05d280a5cceebd356['infowindow'] = new google.maps.InfoWindow({content: $l5c494fc170e5f0a05d280a5cceebd356});var infowindow = new google.maps.InfoWindow({content: $l5c494fc170e5f0a05d280a5cceebd356});google.maps.event.addListener(m_5c494fc170e5f0a05d280a5cceebd356, 'click', function() {infowindow.open(map,m_5c494fc170e5f0a05d280a5cceebd356);});$marker.push(m_5c494fc170e5f0a05d280a5cceebd356);}});}google.maps.event.addDomListener(window, 'load', initialize);