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.1553,-111.939)};var g_48082a60e7dad5e265c1c118003e8130 = new google.maps.Geocoder();g_48082a60e7dad5e265c1c118003e8130.geocode( { 'address': "South, 5929 Fashion Point Dr #130, South Ogden, UT 84403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-ogden-UT-cornerstone-home-lending-inc').style.display = '';map = new google.maps.Map(document.getElementById('south-ogden-UT-cornerstone-home-lending-inc'), mapOptions);}document.getElementById('384cd570').innerHTML += ' | View Map';var $l48082a60e7dad5e265c1c118003e8130 = '

Cornerstone Home Lending, Inc.

Address: South, 5929 Fashion Point Dr #130, South Ogden, UT 84403, USA
Phone: (801) 479-4225
';var m_48082a60e7dad5e265c1c118003e8130 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Home Lending, Inc.',});m_48082a60e7dad5e265c1c118003e8130['infowindow'] = new google.maps.InfoWindow({content: $l48082a60e7dad5e265c1c118003e8130});var infowindow = new google.maps.InfoWindow({content: $l48082a60e7dad5e265c1c118003e8130});google.maps.event.addListener(m_48082a60e7dad5e265c1c118003e8130, 'click', function() {infowindow.open(map,m_48082a60e7dad5e265c1c118003e8130);});$marker.push(m_48082a60e7dad5e265c1c118003e8130);}});}google.maps.event.addDomListener(window, 'load', initialize);