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.175,-115.123)};var g_f7bca0d7397507889162427b933b6700 = new google.maps.Geocoder();g_f7bca0d7397507889162427b933b6700.geocode( { 'address': "2655 S Maryland Pkwy, Las Vegas, NV 89109"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-las-vegas-athletic-club').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-las-vegas-athletic-club'), mapOptions);}document.getElementById('b0814300').innerHTML += ' | View Map';var $lf7bca0d7397507889162427b933b6700 = '

Las Vegas Athletic Club

Address: 2655 S Maryland Pkwy, Las Vegas, NV 89109
Phone: (702) 734-5822
';var m_f7bca0d7397507889162427b933b6700 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Las Vegas Athletic Club',});m_f7bca0d7397507889162427b933b6700['infowindow'] = new google.maps.InfoWindow({content: $lf7bca0d7397507889162427b933b6700});var infowindow = new google.maps.InfoWindow({content: $lf7bca0d7397507889162427b933b6700});google.maps.event.addListener(m_f7bca0d7397507889162427b933b6700, 'click', function() {infowindow.open(map,m_f7bca0d7397507889162427b933b6700);});$marker.push(m_f7bca0d7397507889162427b933b6700);}});}google.maps.event.addDomListener(window, 'load', initialize);