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(40.8414,-111.91)};var g_11bccc2ca01f3c119fa04949d171716f = new google.maps.Geocoder();g_11bccc2ca01f3c119fa04949d171716f.geocode( { 'address': "15 US-89, North Salt Lake, UT 84054, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-salt-lake-UT-loyal-loans').style.display = '';map = new google.maps.Map(document.getElementById('north-salt-lake-UT-loyal-loans'), mapOptions);}document.getElementById('0b1a35a7').innerHTML += ' | View Map';var $l11bccc2ca01f3c119fa04949d171716f = '

Loyal Loans

Address: 15 US-89, North Salt Lake, UT 84054, USA
Phone: (801) 936-0266
';var m_11bccc2ca01f3c119fa04949d171716f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loyal Loans',});m_11bccc2ca01f3c119fa04949d171716f['infowindow'] = new google.maps.InfoWindow({content: $l11bccc2ca01f3c119fa04949d171716f});var infowindow = new google.maps.InfoWindow({content: $l11bccc2ca01f3c119fa04949d171716f});google.maps.event.addListener(m_11bccc2ca01f3c119fa04949d171716f, 'click', function() {infowindow.open(map,m_11bccc2ca01f3c119fa04949d171716f);});$marker.push(m_11bccc2ca01f3c119fa04949d171716f);}});}google.maps.event.addDomListener(window, 'load', initialize);