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.8905,-111.892)};var g_8abb48187cc234d64f746175977ac7b7 = new google.maps.Geocoder();g_8abb48187cc234d64f746175977ac7b7.geocode( { 'address': "96 N 500 W #160, Bountiful, UT 84010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bountiful-UT-pure-credit-unlimited').style.display = '';map = new google.maps.Map(document.getElementById('bountiful-UT-pure-credit-unlimited'), mapOptions);}document.getElementById('de30193c').innerHTML += ' | View Map';var $l8abb48187cc234d64f746175977ac7b7 = '

Pure Credit Unlimited

Address: 96 N 500 W #160, Bountiful, UT 84010, USA
Phone: (801) 295-3408
';var m_8abb48187cc234d64f746175977ac7b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pure Credit Unlimited',});m_8abb48187cc234d64f746175977ac7b7['infowindow'] = new google.maps.InfoWindow({content: $l8abb48187cc234d64f746175977ac7b7});var infowindow = new google.maps.InfoWindow({content: $l8abb48187cc234d64f746175977ac7b7});google.maps.event.addListener(m_8abb48187cc234d64f746175977ac7b7, 'click', function() {infowindow.open(map,m_8abb48187cc234d64f746175977ac7b7);});$marker.push(m_8abb48187cc234d64f746175977ac7b7);}});}google.maps.event.addDomListener(window, 'load', initialize);