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.2205,-111.979)};var g_ef42c1a272e916c0750220b598492669 = new google.maps.Geocoder();g_ef42c1a272e916c0750220b598492669.geocode( { 'address': "103 25th St, Ogden, UT 84401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ogden-UT-major-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('ogden-UT-major-mortgage'), mapOptions);}document.getElementById('fcd46493').innerHTML += ' | View Map';var $lef42c1a272e916c0750220b598492669 = '

Major Mortgage

Address: 103 25th St, Ogden, UT 84401, USA
Phone: (801) 612-1600
';var m_ef42c1a272e916c0750220b598492669 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Major Mortgage',});m_ef42c1a272e916c0750220b598492669['infowindow'] = new google.maps.InfoWindow({content: $lef42c1a272e916c0750220b598492669});var infowindow = new google.maps.InfoWindow({content: $lef42c1a272e916c0750220b598492669});google.maps.event.addListener(m_ef42c1a272e916c0750220b598492669, 'click', function() {infowindow.open(map,m_ef42c1a272e916c0750220b598492669);});$marker.push(m_ef42c1a272e916c0750220b598492669);}});}google.maps.event.addDomListener(window, 'load', initialize);