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.7258,-111.895)};var g_3bc690387f88354b3d2e8e41d0455659 = new google.maps.Geocoder();g_3bc690387f88354b3d2e8e41d0455659.geocode( { 'address': "130 2100 S, Salt Lake City, UT 84115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-dollar-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-dollar-loan-center'), mapOptions);}document.getElementById('c4816800').innerHTML += ' | View Map';var $l3bc690387f88354b3d2e8e41d0455659 = '

Dollar Loan Center

Address: 130 2100 S, Salt Lake City, UT 84115, USA
Phone: (801) 983-8939
';var m_3bc690387f88354b3d2e8e41d0455659 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dollar Loan Center',});m_3bc690387f88354b3d2e8e41d0455659['infowindow'] = new google.maps.InfoWindow({content: $l3bc690387f88354b3d2e8e41d0455659});var infowindow = new google.maps.InfoWindow({content: $l3bc690387f88354b3d2e8e41d0455659});google.maps.event.addListener(m_3bc690387f88354b3d2e8e41d0455659, 'click', function() {infowindow.open(map,m_3bc690387f88354b3d2e8e41d0455659);});$marker.push(m_3bc690387f88354b3d2e8e41d0455659);}});}google.maps.event.addDomListener(window, 'load', initialize);