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.1452,-115.264)};var g_7e2dc464248a306c5e43ca48e9d9488b = new google.maps.Geocoder();g_7e2dc464248a306c5e43ca48e9d9488b.geocode( { 'address': "7924 W Sahara Ave, Las Vegas, NV 89117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-lyon-mercantile-group').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-lyon-mercantile-group'), mapOptions);}document.getElementById('3b066c87').innerHTML += ' | View Map';var $l7e2dc464248a306c5e43ca48e9d9488b = '

Lyon Mercantile Group

Address: 7924 W Sahara Ave, Las Vegas, NV 89117, USA
Phone: (702) 838-6100
';var m_7e2dc464248a306c5e43ca48e9d9488b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lyon Mercantile Group',});m_7e2dc464248a306c5e43ca48e9d9488b['infowindow'] = new google.maps.InfoWindow({content: $l7e2dc464248a306c5e43ca48e9d9488b});var infowindow = new google.maps.InfoWindow({content: $l7e2dc464248a306c5e43ca48e9d9488b});google.maps.event.addListener(m_7e2dc464248a306c5e43ca48e9d9488b, 'click', function() {infowindow.open(map,m_7e2dc464248a306c5e43ca48e9d9488b);});$marker.push(m_7e2dc464248a306c5e43ca48e9d9488b);}});}google.maps.event.addDomListener(window, 'load', initialize);