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(34.5967,-112.466)};var g_702df24710fe903f865eba9d206a8585 = new google.maps.Geocoder();g_702df24710fe903f865eba9d206a8585.geocode( { 'address': "3101 Clearwater Dr Suite C, Prescott, AZ 86305, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prescott-AZ-mile-high-lending-llc').style.display = '';map = new google.maps.Map(document.getElementById('prescott-AZ-mile-high-lending-llc'), mapOptions);}document.getElementById('f30b61d6').innerHTML += ' | View Map';var $l702df24710fe903f865eba9d206a8585 = '

Mile High Lending, LLC

Address: 3101 Clearwater Dr Suite C, Prescott, AZ 86305, USA
Phone: (928) 778-1400
';var m_702df24710fe903f865eba9d206a8585 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mile High Lending, LLC',});m_702df24710fe903f865eba9d206a8585['infowindow'] = new google.maps.InfoWindow({content: $l702df24710fe903f865eba9d206a8585});var infowindow = new google.maps.InfoWindow({content: $l702df24710fe903f865eba9d206a8585});google.maps.event.addListener(m_702df24710fe903f865eba9d206a8585, 'click', function() {infowindow.open(map,m_702df24710fe903f865eba9d206a8585);});$marker.push(m_702df24710fe903f865eba9d206a8585);}});}google.maps.event.addDomListener(window, 'load', initialize);