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(40.3781,-111.811)};var g_3a532033aa5b0c64d1a7b2b13e4b5d33 = new google.maps.Geocoder();g_3a532033aa5b0c64d1a7b2b13e4b5d33.geocode( { 'address': "486 W 50 N St, American Fork, UT 84003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('american-fork-UT-mortgage-educators-and-compliance').style.display = '';map = new google.maps.Map(document.getElementById('american-fork-UT-mortgage-educators-and-compliance'), mapOptions);}document.getElementById('f5957da4').innerHTML += ' | View Map';var $l3a532033aa5b0c64d1a7b2b13e4b5d33 = '

Mortgage Educators and Compliance

Address: 486 W 50 N St, American Fork, UT 84003, USA
Phone: (877) 403-1428
';var m_3a532033aa5b0c64d1a7b2b13e4b5d33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage Educators and Compliance',});m_3a532033aa5b0c64d1a7b2b13e4b5d33['infowindow'] = new google.maps.InfoWindow({content: $l3a532033aa5b0c64d1a7b2b13e4b5d33});var infowindow = new google.maps.InfoWindow({content: $l3a532033aa5b0c64d1a7b2b13e4b5d33});google.maps.event.addListener(m_3a532033aa5b0c64d1a7b2b13e4b5d33, 'click', function() {infowindow.open(map,m_3a532033aa5b0c64d1a7b2b13e4b5d33);});$marker.push(m_3a532033aa5b0c64d1a7b2b13e4b5d33);}});}google.maps.event.addDomListener(window, 'load', initialize);