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(41.8222,-111.833)};var g_b158d85ad552b05f1410da163aa96d04 = new google.maps.Geocoder();g_b158d85ad552b05f1410da163aa96d04.geocode( { 'address': "685 S Main St, Smithfield, UT 84335, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('smithfield-UT-zions-bank-smithfield').style.display = '';map = new google.maps.Map(document.getElementById('smithfield-UT-zions-bank-smithfield'), mapOptions);}document.getElementById('38c794e3').innerHTML += ' | View Map';var $lb158d85ad552b05f1410da163aa96d04 = '

Zions Bank Smithfield

Address: 685 S Main St, Smithfield, UT 84335, USA
Phone: (435) 750-0231
';var m_b158d85ad552b05f1410da163aa96d04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank Smithfield',});m_b158d85ad552b05f1410da163aa96d04['infowindow'] = new google.maps.InfoWindow({content: $lb158d85ad552b05f1410da163aa96d04});var infowindow = new google.maps.InfoWindow({content: $lb158d85ad552b05f1410da163aa96d04});google.maps.event.addListener(m_b158d85ad552b05f1410da163aa96d04, 'click', function() {infowindow.open(map,m_b158d85ad552b05f1410da163aa96d04);});$marker.push(m_b158d85ad552b05f1410da163aa96d04);}});}google.maps.event.addDomListener(window, 'load', initialize);