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.0435,-111.958)};var g_7ea8ab0391886981ccc4e603f1424a5a = new google.maps.Geocoder();g_7ea8ab0391886981ccc4e603f1424a5a.geocode( { 'address': "498 N Kays Dr, Kaysville, UT 84037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kaysville-UT-money-4-you').style.display = '';map = new google.maps.Map(document.getElementById('kaysville-UT-money-4-you'), mapOptions);}document.getElementById('945a53fd').innerHTML += ' | View Map';var $l7ea8ab0391886981ccc4e603f1424a5a = '

Money 4 You

Address: 498 N Kays Dr, Kaysville, UT 84037, USA
Phone: (801) 593-0865
';var m_7ea8ab0391886981ccc4e603f1424a5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money 4 You',});m_7ea8ab0391886981ccc4e603f1424a5a['infowindow'] = new google.maps.InfoWindow({content: $l7ea8ab0391886981ccc4e603f1424a5a});var infowindow = new google.maps.InfoWindow({content: $l7ea8ab0391886981ccc4e603f1424a5a});google.maps.event.addListener(m_7ea8ab0391886981ccc4e603f1424a5a, 'click', function() {infowindow.open(map,m_7ea8ab0391886981ccc4e603f1424a5a);});$marker.push(m_7ea8ab0391886981ccc4e603f1424a5a);}});}google.maps.event.addDomListener(window, 'load', initialize);