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.4859,-112.016)};var g_511bccf59c39f3a2bb87057908dc708a = new google.maps.Geocoder();g_511bccf59c39f3a2bb87057908dc708a.geocode( { 'address': "35 Skyline Dr, Brigham City, UT 84302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brigham-city-UT-ez-loan-services').style.display = '';map = new google.maps.Map(document.getElementById('brigham-city-UT-ez-loan-services'), mapOptions);}document.getElementById('f1407827').innerHTML += ' | View Map';var $l511bccf59c39f3a2bb87057908dc708a = '

EZ Loan Services

Address: 35 Skyline Dr, Brigham City, UT 84302, USA
Phone: (435) 723-9400
';var m_511bccf59c39f3a2bb87057908dc708a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZ Loan Services',});m_511bccf59c39f3a2bb87057908dc708a['infowindow'] = new google.maps.InfoWindow({content: $l511bccf59c39f3a2bb87057908dc708a});var infowindow = new google.maps.InfoWindow({content: $l511bccf59c39f3a2bb87057908dc708a});google.maps.event.addListener(m_511bccf59c39f3a2bb87057908dc708a, 'click', function() {infowindow.open(map,m_511bccf59c39f3a2bb87057908dc708a);});$marker.push(m_511bccf59c39f3a2bb87057908dc708a);}});}google.maps.event.addDomListener(window, 'load', initialize);