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.4963,-112.015)};var g_3ae04cd9569705cc18fd51df7e870279 = new google.maps.Geocoder();g_3ae04cd9569705cc18fd51df7e870279.geocode( { 'address': "695 S Main St, Brigham City, UT 84302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brigham-city-UT-loyal-loans').style.display = '';map = new google.maps.Map(document.getElementById('brigham-city-UT-loyal-loans'), mapOptions);}document.getElementById('7603cb71').innerHTML += ' | View Map';var $l3ae04cd9569705cc18fd51df7e870279 = '

Loyal Loans

Address: 695 S Main St, Brigham City, UT 84302, USA
Phone: (435) 239-8625
';var m_3ae04cd9569705cc18fd51df7e870279 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loyal Loans',});m_3ae04cd9569705cc18fd51df7e870279['infowindow'] = new google.maps.InfoWindow({content: $l3ae04cd9569705cc18fd51df7e870279});var infowindow = new google.maps.InfoWindow({content: $l3ae04cd9569705cc18fd51df7e870279});google.maps.event.addListener(m_3ae04cd9569705cc18fd51df7e870279, 'click', function() {infowindow.open(map,m_3ae04cd9569705cc18fd51df7e870279);});$marker.push(m_3ae04cd9569705cc18fd51df7e870279);}});}google.maps.event.addDomListener(window, 'load', initialize);