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.2241,-115.082)};var g_40008b9a5380fcacce3976bf7c08af5b = new google.maps.Geocoder();g_40008b9a5380fcacce3976bf7c08af5b.geocode( { 'address': "3646 N Las Vegas Blvd, Las Vegas, NV 89115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-easy-money-emg').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-easy-money-emg'), mapOptions);}document.getElementById('0a9966f5').innerHTML += ' | View Map';var $l40008b9a5380fcacce3976bf7c08af5b = '

Easy Money EMG

Address: 3646 N Las Vegas Blvd, Las Vegas, NV 89115, USA
Phone: (702) 644-5677
';var m_40008b9a5380fcacce3976bf7c08af5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Easy Money EMG',});m_40008b9a5380fcacce3976bf7c08af5b['infowindow'] = new google.maps.InfoWindow({content: $l40008b9a5380fcacce3976bf7c08af5b});var infowindow = new google.maps.InfoWindow({content: $l40008b9a5380fcacce3976bf7c08af5b});google.maps.event.addListener(m_40008b9a5380fcacce3976bf7c08af5b, 'click', function() {infowindow.open(map,m_40008b9a5380fcacce3976bf7c08af5b);});$marker.push(m_40008b9a5380fcacce3976bf7c08af5b);}});}google.maps.event.addDomListener(window, 'load', initialize);