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.6577,-111.507)};var g_d53ef073281fbe9d866b295c0402552d = new google.maps.Geocoder();g_d53ef073281fbe9d866b295c0402552d.geocode( { 'address': "1700 Park Ave #2007, Park City, UT 84060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('park-city-UT-justin-coleman-mortgage-professional---fairway-independent').style.display = '';map = new google.maps.Map(document.getElementById('park-city-UT-justin-coleman-mortgage-professional---fairway-independent'), mapOptions);}document.getElementById('813ed573').innerHTML += ' | View Map';var $ld53ef073281fbe9d866b295c0402552d = '

Justin Coleman Mortgage Professional - Fairway Independent

Address: 1700 Park Ave #2007, Park City, UT 84060, USA
Phone: (801) 759-7252
';var m_d53ef073281fbe9d866b295c0402552d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Justin Coleman Mortgage Professional - Fairway Independent',});m_d53ef073281fbe9d866b295c0402552d['infowindow'] = new google.maps.InfoWindow({content: $ld53ef073281fbe9d866b295c0402552d});var infowindow = new google.maps.InfoWindow({content: $ld53ef073281fbe9d866b295c0402552d});google.maps.event.addListener(m_d53ef073281fbe9d866b295c0402552d, 'click', function() {infowindow.open(map,m_d53ef073281fbe9d866b295c0402552d);});$marker.push(m_d53ef073281fbe9d866b295c0402552d);}});}google.maps.event.addDomListener(window, 'load', initialize);