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.1626,-114.575)};var g_74ea927555c154c67e4d0b6daabf6f6f = new google.maps.Geocoder();g_74ea927555c154c67e4d0b6daabf6f6f.geocode( { 'address': "1955 S Casino Dr #113, Laughlin, NV 89029, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laughlin-NV-qc-holdings').style.display = '';map = new google.maps.Map(document.getElementById('laughlin-NV-qc-holdings'), mapOptions);}document.getElementById('06c7419d').innerHTML += ' | View Map';var $l74ea927555c154c67e4d0b6daabf6f6f = '

QC Holdings

Address: 1955 S Casino Dr #113, Laughlin, NV 89029, USA
Phone:
';var m_74ea927555c154c67e4d0b6daabf6f6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'QC Holdings',});m_74ea927555c154c67e4d0b6daabf6f6f['infowindow'] = new google.maps.InfoWindow({content: $l74ea927555c154c67e4d0b6daabf6f6f});var infowindow = new google.maps.InfoWindow({content: $l74ea927555c154c67e4d0b6daabf6f6f});google.maps.event.addListener(m_74ea927555c154c67e4d0b6daabf6f6f, 'click', function() {infowindow.open(map,m_74ea927555c154c67e4d0b6daabf6f6f);});$marker.push(m_74ea927555c154c67e4d0b6daabf6f6f);}});}google.maps.event.addDomListener(window, 'load', initialize);