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.8812,-111.881)};var g_a3a0600ba619a54596ce41ac1d4b8c72 = new google.maps.Geocoder();g_a3a0600ba619a54596ce41ac1d4b8c72.geocode( { 'address': "750 S Main St #103, Bountiful, UT 84010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bountiful-UT-city-first-mortgage-services-llc').style.display = '';map = new google.maps.Map(document.getElementById('bountiful-UT-city-first-mortgage-services-llc'), mapOptions);}document.getElementById('d5c6f342').innerHTML += ' | View Map';var $la3a0600ba619a54596ce41ac1d4b8c72 = '

City First Mortgage Services, LLC

Address: 750 S Main St #103, Bountiful, UT 84010, USA
Phone: (801) 299-1770
';var m_a3a0600ba619a54596ce41ac1d4b8c72 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City First Mortgage Services, LLC',});m_a3a0600ba619a54596ce41ac1d4b8c72['infowindow'] = new google.maps.InfoWindow({content: $la3a0600ba619a54596ce41ac1d4b8c72});var infowindow = new google.maps.InfoWindow({content: $la3a0600ba619a54596ce41ac1d4b8c72});google.maps.event.addListener(m_a3a0600ba619a54596ce41ac1d4b8c72, 'click', function() {infowindow.open(map,m_a3a0600ba619a54596ce41ac1d4b8c72);});$marker.push(m_a3a0600ba619a54596ce41ac1d4b8c72);}});}google.maps.event.addDomListener(window, 'load', initialize);