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.1245,-115.312)};var g_77510fa41dd43651847b086d11fa5544 = new google.maps.Geocoder();g_77510fa41dd43651847b086d11fa5544.geocode( { 'address': "10058 W Cherokee Ave, Las Vegas, NV 89147, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-credit-card-machine').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-credit-card-machine'), mapOptions);}document.getElementById('0ee25088').innerHTML += ' | View Map';var $l77510fa41dd43651847b086d11fa5544 = '

Credit Card Machine

Address: 10058 W Cherokee Ave, Las Vegas, NV 89147, USA
Phone: (702) 405-9075
';var m_77510fa41dd43651847b086d11fa5544 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Card Machine',});m_77510fa41dd43651847b086d11fa5544['infowindow'] = new google.maps.InfoWindow({content: $l77510fa41dd43651847b086d11fa5544});var infowindow = new google.maps.InfoWindow({content: $l77510fa41dd43651847b086d11fa5544});google.maps.event.addListener(m_77510fa41dd43651847b086d11fa5544, 'click', function() {infowindow.open(map,m_77510fa41dd43651847b086d11fa5544);});$marker.push(m_77510fa41dd43651847b086d11fa5544);}});}google.maps.event.addDomListener(window, 'load', initialize);