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(35.9987,-115.102)};var g_0ff04ba8416777d577dbd2719c5befa0 = new google.maps.Geocoder();g_0ff04ba8416777d577dbd2719c5befa0.geocode( { 'address': "10624 S Eastern Ave, Henderson, NV 89052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('henderson-NV-wjr-recovery-inc').style.display = '';map = new google.maps.Map(document.getElementById('henderson-NV-wjr-recovery-inc'), mapOptions);}document.getElementById('e709f9fd').innerHTML += ' | View Map';var $l0ff04ba8416777d577dbd2719c5befa0 = '

WJR Recovery Inc.

Address: 10624 S Eastern Ave, Henderson, NV 89052, USA
Phone: (725) 696-8968
';var m_0ff04ba8416777d577dbd2719c5befa0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WJR Recovery Inc.',});m_0ff04ba8416777d577dbd2719c5befa0['infowindow'] = new google.maps.InfoWindow({content: $l0ff04ba8416777d577dbd2719c5befa0});var infowindow = new google.maps.InfoWindow({content: $l0ff04ba8416777d577dbd2719c5befa0});google.maps.event.addListener(m_0ff04ba8416777d577dbd2719c5befa0, 'click', function() {infowindow.open(map,m_0ff04ba8416777d577dbd2719c5befa0);});$marker.push(m_0ff04ba8416777d577dbd2719c5befa0);}});}google.maps.event.addDomListener(window, 'load', initialize);