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.7082,-111.832)};var g_c2711355c663caed162c2b57afcd6957 = new google.maps.Geocoder();g_c2711355c663caed162c2b57afcd6957.geocode( { 'address': "2 UT-165 Suite 102, Providence, UT 84332, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('providence-UT-usa-cash-services').style.display = '';map = new google.maps.Map(document.getElementById('providence-UT-usa-cash-services'), mapOptions);}document.getElementById('ded545af').innerHTML += ' | View Map';var $lc2711355c663caed162c2b57afcd6957 = '

USA Cash Services

Address: 2 UT-165 Suite 102, Providence, UT 84332, USA
Phone: (435) 787-0777
';var m_c2711355c663caed162c2b57afcd6957 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USA Cash Services',});m_c2711355c663caed162c2b57afcd6957['infowindow'] = new google.maps.InfoWindow({content: $lc2711355c663caed162c2b57afcd6957});var infowindow = new google.maps.InfoWindow({content: $lc2711355c663caed162c2b57afcd6957});google.maps.event.addListener(m_c2711355c663caed162c2b57afcd6957, 'click', function() {infowindow.open(map,m_c2711355c663caed162c2b57afcd6957);});$marker.push(m_c2711355c663caed162c2b57afcd6957);}});}google.maps.event.addDomListener(window, 'load', initialize);