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.5987,-110.811)};var g_97e4ae5d9e8494f25e12117c8ca47b58 = new google.maps.Geocoder();g_97e4ae5d9e8494f25e12117c8ca47b58.geocode( { 'address': "45 S Carbon Ave, Price, UT 84501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('price-UT-zions-bank-price').style.display = '';map = new google.maps.Map(document.getElementById('price-UT-zions-bank-price'), mapOptions);}document.getElementById('1490724b').innerHTML += ' | View Map';var $l97e4ae5d9e8494f25e12117c8ca47b58 = '

Zions Bank Price

Address: 45 S Carbon Ave, Price, UT 84501, USA
Phone: (435) 637-2604
';var m_97e4ae5d9e8494f25e12117c8ca47b58 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank Price',});m_97e4ae5d9e8494f25e12117c8ca47b58['infowindow'] = new google.maps.InfoWindow({content: $l97e4ae5d9e8494f25e12117c8ca47b58});var infowindow = new google.maps.InfoWindow({content: $l97e4ae5d9e8494f25e12117c8ca47b58});google.maps.event.addListener(m_97e4ae5d9e8494f25e12117c8ca47b58, 'click', function() {infowindow.open(map,m_97e4ae5d9e8494f25e12117c8ca47b58);});$marker.push(m_97e4ae5d9e8494f25e12117c8ca47b58);}});}google.maps.event.addDomListener(window, 'load', initialize);