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.7397,-111.83)};var g_5c0c28b21fe05a0c9d4f65b176fe7063 = new google.maps.Geocoder();g_5c0c28b21fe05a0c9d4f65b176fe7063.geocode( { 'address': "175 E 442 N, Logan, UT 84321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-UT-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('logan-UT-us-bank-branch'), mapOptions);}document.getElementById('3d4097c5').innerHTML += ' | View Map';var $l5c0c28b21fe05a0c9d4f65b176fe7063 = '

U.S. Bank Branch

Address: 175 E 442 N, Logan, UT 84321, USA
Phone: (435) 753-9549
';var m_5c0c28b21fe05a0c9d4f65b176fe7063 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_5c0c28b21fe05a0c9d4f65b176fe7063['infowindow'] = new google.maps.InfoWindow({content: $l5c0c28b21fe05a0c9d4f65b176fe7063});var infowindow = new google.maps.InfoWindow({content: $l5c0c28b21fe05a0c9d4f65b176fe7063});google.maps.event.addListener(m_5c0c28b21fe05a0c9d4f65b176fe7063, 'click', function() {infowindow.open(map,m_5c0c28b21fe05a0c9d4f65b176fe7063);});$marker.push(m_5c0c28b21fe05a0c9d4f65b176fe7063);}});}google.maps.event.addDomListener(window, 'load', initialize);