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.0725,-111.981)};var g_c07c86fbfe5578070734a542a4f4e063 = new google.maps.Geocoder();g_c07c86fbfe5578070734a542a4f4e063.geocode( { 'address': "852 W Hill Field Rd Ste D, Layton, UT 84041, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('layton-UT-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('layton-UT-cash-store'), mapOptions);}document.getElementById('99e52c3c').innerHTML += ' | View Map';var $lc07c86fbfe5578070734a542a4f4e063 = '

Cash Store

Address: 852 W Hill Field Rd Ste D, Layton, UT 84041, USA
Phone: (801) 444-9992
';var m_c07c86fbfe5578070734a542a4f4e063 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Store',});m_c07c86fbfe5578070734a542a4f4e063['infowindow'] = new google.maps.InfoWindow({content: $lc07c86fbfe5578070734a542a4f4e063});var infowindow = new google.maps.InfoWindow({content: $lc07c86fbfe5578070734a542a4f4e063});google.maps.event.addListener(m_c07c86fbfe5578070734a542a4f4e063, 'click', function() {infowindow.open(map,m_c07c86fbfe5578070734a542a4f4e063);});$marker.push(m_c07c86fbfe5578070734a542a4f4e063);}});}google.maps.event.addDomListener(window, 'load', initialize);