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.6963,-111.995)};var g_d3fa123c685ae83c8194ab31cb7316f6 = new google.maps.Geocoder();g_d3fa123c685ae83c8194ab31cb7316f6.geocode( { 'address': "4371 W 3500 S, West Valley City, UT 84120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-valley-city-UT-mr-money').style.display = '';map = new google.maps.Map(document.getElementById('west-valley-city-UT-mr-money'), mapOptions);}document.getElementById('c5e74c0f').innerHTML += ' | View Map';var $ld3fa123c685ae83c8194ab31cb7316f6 = '

mr money

Address: 4371 W 3500 S, West Valley City, UT 84120, USA
Phone: (801) 955-1903
';var m_d3fa123c685ae83c8194ab31cb7316f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'mr money',});m_d3fa123c685ae83c8194ab31cb7316f6['infowindow'] = new google.maps.InfoWindow({content: $ld3fa123c685ae83c8194ab31cb7316f6});var infowindow = new google.maps.InfoWindow({content: $ld3fa123c685ae83c8194ab31cb7316f6});google.maps.event.addListener(m_d3fa123c685ae83c8194ab31cb7316f6, 'click', function() {infowindow.open(map,m_d3fa123c685ae83c8194ab31cb7316f6);});$marker.push(m_d3fa123c685ae83c8194ab31cb7316f6);}});}google.maps.event.addDomListener(window, 'load', initialize);