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.0358,-114.977)};var g_d53747ccb7ee68461cdce44eca7eca9b = new google.maps.Geocoder();g_d53747ccb7ee68461cdce44eca7eca9b.geocode( { 'address': "320 S Boulder Hwy, Henderson, NV 89015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('henderson-NV-ez-money').style.display = '';map = new google.maps.Map(document.getElementById('henderson-NV-ez-money'), mapOptions);}document.getElementById('a37fb8b4').innerHTML += ' | View Map';var $ld53747ccb7ee68461cdce44eca7eca9b = '

EZ Money

Address: 320 S Boulder Hwy, Henderson, NV 89015, USA
Phone: (702) 565-2216
';var m_d53747ccb7ee68461cdce44eca7eca9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZ Money',});m_d53747ccb7ee68461cdce44eca7eca9b['infowindow'] = new google.maps.InfoWindow({content: $ld53747ccb7ee68461cdce44eca7eca9b});var infowindow = new google.maps.InfoWindow({content: $ld53747ccb7ee68461cdce44eca7eca9b});google.maps.event.addListener(m_d53747ccb7ee68461cdce44eca7eca9b, 'click', function() {infowindow.open(map,m_d53747ccb7ee68461cdce44eca7eca9b);});$marker.push(m_d53747ccb7ee68461cdce44eca7eca9b);}});}google.maps.event.addDomListener(window, 'load', initialize);