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(38.9243,-111.94)};var g_ef7a7631f4c29def4a86baaa7de83d13 = new google.maps.Geocoder();g_ef7a7631f4c29def4a86baaa7de83d13.geocode( { 'address': "250 N 300 W, Aurora, UT 84620, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aurora-UT-jh-collections-and-management-llc').style.display = '';map = new google.maps.Map(document.getElementById('aurora-UT-jh-collections-and-management-llc'), mapOptions);}document.getElementById('7fb822e5').innerHTML += ' | View Map';var $lef7a7631f4c29def4a86baaa7de83d13 = '

JH Collections and Management LLC

Address: 250 N 300 W, Aurora, UT 84620, USA
Phone: (435) 562-4537
';var m_ef7a7631f4c29def4a86baaa7de83d13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'JH Collections and Management LLC',});m_ef7a7631f4c29def4a86baaa7de83d13['infowindow'] = new google.maps.InfoWindow({content: $lef7a7631f4c29def4a86baaa7de83d13});var infowindow = new google.maps.InfoWindow({content: $lef7a7631f4c29def4a86baaa7de83d13});google.maps.event.addListener(m_ef7a7631f4c29def4a86baaa7de83d13, 'click', function() {infowindow.open(map,m_ef7a7631f4c29def4a86baaa7de83d13);});$marker.push(m_ef7a7631f4c29def4a86baaa7de83d13);}});}google.maps.event.addDomListener(window, 'load', initialize);