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.7354,-111.833)};var g_86cafc1b6504438634fa0e9a25080ff1 = new google.maps.Geocoder();g_86cafc1b6504438634fa0e9a25080ff1.geocode( { 'address': "45 E 200 N #102, Logan, UT 84321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-UT-bank-of-utah---logan-city-center-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('logan-UT-bank-of-utah---logan-city-center-home-loans'), mapOptions);}document.getElementById('416dbf29').innerHTML += ' | View Map';var $l86cafc1b6504438634fa0e9a25080ff1 = '

Bank of Utah - Logan City Center (Home Loans)

Address: 45 E 200 N #102, Logan, UT 84321, USA
Phone: (435) 792-4600
';var m_86cafc1b6504438634fa0e9a25080ff1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Utah - Logan City Center (Home Loans)',});m_86cafc1b6504438634fa0e9a25080ff1['infowindow'] = new google.maps.InfoWindow({content: $l86cafc1b6504438634fa0e9a25080ff1});var infowindow = new google.maps.InfoWindow({content: $l86cafc1b6504438634fa0e9a25080ff1});google.maps.event.addListener(m_86cafc1b6504438634fa0e9a25080ff1, 'click', function() {infowindow.open(map,m_86cafc1b6504438634fa0e9a25080ff1);});$marker.push(m_86cafc1b6504438634fa0e9a25080ff1);}});}google.maps.event.addDomListener(window, 'load', initialize);