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.3775,-111.811)};var g_9aaeaa8b71475fed3f47603398b70dd2 = new google.maps.Geocoder();g_9aaeaa8b71475fed3f47603398b70dd2.geocode( { 'address': "483 W 30 N, American Fork, UT 84003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('american-fork-UT-city-first-mortgage-services-llc').style.display = '';map = new google.maps.Map(document.getElementById('american-fork-UT-city-first-mortgage-services-llc'), mapOptions);}document.getElementById('061db86d').innerHTML += ' | View Map';var $l9aaeaa8b71475fed3f47603398b70dd2 = '

City First Mortgage Services, LLC

Address: 483 W 30 N, American Fork, UT 84003, USA
Phone: (801) 599-7447
';var m_9aaeaa8b71475fed3f47603398b70dd2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City First Mortgage Services, LLC',});m_9aaeaa8b71475fed3f47603398b70dd2['infowindow'] = new google.maps.InfoWindow({content: $l9aaeaa8b71475fed3f47603398b70dd2});var infowindow = new google.maps.InfoWindow({content: $l9aaeaa8b71475fed3f47603398b70dd2});google.maps.event.addListener(m_9aaeaa8b71475fed3f47603398b70dd2, 'click', function() {infowindow.open(map,m_9aaeaa8b71475fed3f47603398b70dd2);});$marker.push(m_9aaeaa8b71475fed3f47603398b70dd2);}});}google.maps.event.addDomListener(window, 'load', initialize);