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.2225,-111.965)};var g_c3b747e7548014a2404b8f5aef0dd622 = new google.maps.Geocoder();g_c3b747e7548014a2404b8f5aef0dd622.geocode( { 'address': "585 24th St #101, Ogden, UT 84401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ogden-UT-old-west-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('ogden-UT-old-west-mortgage-co'), mapOptions);}document.getElementById('94071525').innerHTML += ' | View Map';var $lc3b747e7548014a2404b8f5aef0dd622 = '

Old West Mortgage Co

Address: 585 24th St #101, Ogden, UT 84401, USA
Phone: (801) 393-8618
';var m_c3b747e7548014a2404b8f5aef0dd622 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old West Mortgage Co',});m_c3b747e7548014a2404b8f5aef0dd622['infowindow'] = new google.maps.InfoWindow({content: $lc3b747e7548014a2404b8f5aef0dd622});var infowindow = new google.maps.InfoWindow({content: $lc3b747e7548014a2404b8f5aef0dd622});google.maps.event.addListener(m_c3b747e7548014a2404b8f5aef0dd622, 'click', function() {infowindow.open(map,m_c3b747e7548014a2404b8f5aef0dd622);});$marker.push(m_c3b747e7548014a2404b8f5aef0dd622);}});}google.maps.event.addDomListener(window, 'load', initialize);