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.0934,-111.975)};var g_b0e9b8f926e424166471bab7d40a686b = new google.maps.Geocoder();g_b0e9b8f926e424166471bab7d40a686b.geocode( { 'address': "2297 N Hill Field Rd #103, Layton, UT 84041, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('layton-UT-academy-mortgage---hill-field-2').style.display = '';map = new google.maps.Map(document.getElementById('layton-UT-academy-mortgage---hill-field-2'), mapOptions);}document.getElementById('2bcce0e8').innerHTML += ' | View Map';var $lb0e9b8f926e424166471bab7d40a686b = '

Academy Mortgage - Hill Field 2

Address: 2297 N Hill Field Rd #103, Layton, UT 84041, USA
Phone: (801) 614-5099
';var m_b0e9b8f926e424166471bab7d40a686b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Mortgage - Hill Field 2',});m_b0e9b8f926e424166471bab7d40a686b['infowindow'] = new google.maps.InfoWindow({content: $lb0e9b8f926e424166471bab7d40a686b});var infowindow = new google.maps.InfoWindow({content: $lb0e9b8f926e424166471bab7d40a686b});google.maps.event.addListener(m_b0e9b8f926e424166471bab7d40a686b, 'click', function() {infowindow.open(map,m_b0e9b8f926e424166471bab7d40a686b);});$marker.push(m_b0e9b8f926e424166471bab7d40a686b);}});}google.maps.event.addDomListener(window, 'load', initialize);