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.6213,-111.889)};var g_628c2f3e5b0ff10a00a1db33459f5467 = new google.maps.Geocoder();g_628c2f3e5b0ff10a00a1db33459f5467.geocode( { 'address': "75 Fort Union Blvd c168, Midvale, UT 84047, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midvale-UT-blackdiamond-consultants-llc').style.display = '';map = new google.maps.Map(document.getElementById('midvale-UT-blackdiamond-consultants-llc'), mapOptions);}document.getElementById('18a994d5').innerHTML += ' | View Map';var $l628c2f3e5b0ff10a00a1db33459f5467 = '

Blackdiamond Consultants LLC.

Address: 75 Fort Union Blvd c168, Midvale, UT 84047, USA
Phone: (866) 969-7372
';var m_628c2f3e5b0ff10a00a1db33459f5467 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Blackdiamond Consultants LLC.',});m_628c2f3e5b0ff10a00a1db33459f5467['infowindow'] = new google.maps.InfoWindow({content: $l628c2f3e5b0ff10a00a1db33459f5467});var infowindow = new google.maps.InfoWindow({content: $l628c2f3e5b0ff10a00a1db33459f5467});google.maps.event.addListener(m_628c2f3e5b0ff10a00a1db33459f5467, 'click', function() {infowindow.open(map,m_628c2f3e5b0ff10a00a1db33459f5467);});$marker.push(m_628c2f3e5b0ff10a00a1db33459f5467);}});}google.maps.event.addDomListener(window, 'load', initialize);