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(36.0062,-115.11)};var g_89336e144d6dc57238e5a78c8439ff7c = new google.maps.Geocoder();g_89336e144d6dc57238e5a78c8439ff7c.geocode( { 'address': "2855 St Rose Pkwy, Henderson, NV 89052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('henderson-NV-the-ghanem-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('henderson-NV-the-ghanem-group-llc'), mapOptions);}document.getElementById('747542f1').innerHTML += ' | View Map';var $l89336e144d6dc57238e5a78c8439ff7c = '

The Ghanem Group LLC

Address: 2855 St Rose Pkwy, Henderson, NV 89052, USA
Phone: (725) 261-5217
';var m_89336e144d6dc57238e5a78c8439ff7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Ghanem Group LLC',});m_89336e144d6dc57238e5a78c8439ff7c['infowindow'] = new google.maps.InfoWindow({content: $l89336e144d6dc57238e5a78c8439ff7c});var infowindow = new google.maps.InfoWindow({content: $l89336e144d6dc57238e5a78c8439ff7c});google.maps.event.addListener(m_89336e144d6dc57238e5a78c8439ff7c, 'click', function() {infowindow.open(map,m_89336e144d6dc57238e5a78c8439ff7c);});$marker.push(m_89336e144d6dc57238e5a78c8439ff7c);}});}google.maps.event.addDomListener(window, 'load', initialize);