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.3521,-112.574)};var g_5392c91bff57d05f70f38383b5777c8e = new google.maps.Geocoder();g_5392c91bff57d05f70f38383b5777c8e.geocode( { 'address': "20 E Main St, Delta, UT 84624, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('delta-UT-zions-bank-delta').style.display = '';map = new google.maps.Map(document.getElementById('delta-UT-zions-bank-delta'), mapOptions);}document.getElementById('436cb76c').innerHTML += ' | View Map';var $l5392c91bff57d05f70f38383b5777c8e = '

Zions Bank Delta

Address: 20 E Main St, Delta, UT 84624, USA
Phone: (435) 864-2001
';var m_5392c91bff57d05f70f38383b5777c8e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank Delta',});m_5392c91bff57d05f70f38383b5777c8e['infowindow'] = new google.maps.InfoWindow({content: $l5392c91bff57d05f70f38383b5777c8e});var infowindow = new google.maps.InfoWindow({content: $l5392c91bff57d05f70f38383b5777c8e});google.maps.event.addListener(m_5392c91bff57d05f70f38383b5777c8e, 'click', function() {infowindow.open(map,m_5392c91bff57d05f70f38383b5777c8e);});$marker.push(m_5392c91bff57d05f70f38383b5777c8e);}});}google.maps.event.addDomListener(window, 'load', initialize);