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.8845,-111.888)};var g_5c7946cd8e6cf6b313e246c8a132173b = new google.maps.Geocoder();g_5c7946cd8e6cf6b313e246c8a132173b.geocode( { 'address': "320 W 500 S, Bountiful, UT 84010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bountiful-UT-dollar-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('bountiful-UT-dollar-loan-center'), mapOptions);}document.getElementById('46e71da7').innerHTML += ' | View Map';var $l5c7946cd8e6cf6b313e246c8a132173b = '

Dollar Loan Center

Address: 320 W 500 S, Bountiful, UT 84010, USA
Phone: (801) 983-9050
';var m_5c7946cd8e6cf6b313e246c8a132173b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dollar Loan Center',});m_5c7946cd8e6cf6b313e246c8a132173b['infowindow'] = new google.maps.InfoWindow({content: $l5c7946cd8e6cf6b313e246c8a132173b});var infowindow = new google.maps.InfoWindow({content: $l5c7946cd8e6cf6b313e246c8a132173b});google.maps.event.addListener(m_5c7946cd8e6cf6b313e246c8a132173b, 'click', function() {infowindow.open(map,m_5c7946cd8e6cf6b313e246c8a132173b);});$marker.push(m_5c7946cd8e6cf6b313e246c8a132173b);}});}google.maps.event.addDomListener(window, 'load', initialize);