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.2443,-112.001)};var g_78777365814e9626f0011c7e57a10c6d = new google.maps.Geocoder();g_78777365814e9626f0011c7e57a10c6d.geocode( { 'address': "150 North Washington Blvd, Ogden, UT 84404"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ogden-UT-mr-money').style.display = '';map = new google.maps.Map(document.getElementById('ogden-UT-mr-money'), mapOptions);}document.getElementById('1eeda838').innerHTML += ' | View Map';var $l78777365814e9626f0011c7e57a10c6d = '

Mr. Money

Address: 150 North Washington Blvd, Ogden, UT 84404
Phone: (801) 393-4577
';var m_78777365814e9626f0011c7e57a10c6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mr. Money',});m_78777365814e9626f0011c7e57a10c6d['infowindow'] = new google.maps.InfoWindow({content: $l78777365814e9626f0011c7e57a10c6d});var infowindow = new google.maps.InfoWindow({content: $l78777365814e9626f0011c7e57a10c6d});google.maps.event.addListener(m_78777365814e9626f0011c7e57a10c6d, 'click', function() {infowindow.open(map,m_78777365814e9626f0011c7e57a10c6d);});$marker.push(m_78777365814e9626f0011c7e57a10c6d);}});}google.maps.event.addDomListener(window, 'load', initialize);