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.7578,-111.834)};var g_0067035172fc786488ff7c6317ed88c9 = new google.maps.Geocoder();g_0067035172fc786488ff7c6317ed88c9.geocode( { 'address': "5 E 1400 N, Logan, UT 84341, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-UT-bank-of-utah---logan').style.display = '';map = new google.maps.Map(document.getElementById('logan-UT-bank-of-utah---logan'), mapOptions);}document.getElementById('05f2e1bc').innerHTML += ' | View Map';var $l0067035172fc786488ff7c6317ed88c9 = '

Bank of Utah - Logan

Address: 5 E 1400 N, Logan, UT 84341, USA
Phone: (435) 752-7102
';var m_0067035172fc786488ff7c6317ed88c9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Utah - Logan',});m_0067035172fc786488ff7c6317ed88c9['infowindow'] = new google.maps.InfoWindow({content: $l0067035172fc786488ff7c6317ed88c9});var infowindow = new google.maps.InfoWindow({content: $l0067035172fc786488ff7c6317ed88c9});google.maps.event.addListener(m_0067035172fc786488ff7c6317ed88c9, 'click', function() {infowindow.open(map,m_0067035172fc786488ff7c6317ed88c9);});$marker.push(m_0067035172fc786488ff7c6317ed88c9);}});}google.maps.event.addDomListener(window, 'load', initialize);