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.116,-115.21)};var g_8f3b996888b62a6f9faf944d09d46001 = new google.maps.Geocoder();g_8f3b996888b62a6f9faf944d09d46001.geocode( { 'address': "4950 W Flamingo Rd, Las Vegas, NV 89103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-advanced-america').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-advanced-america'), mapOptions);}document.getElementById('0ce52b4a').innerHTML += ' | View Map';var $l8f3b996888b62a6f9faf944d09d46001 = '

Advanced America

Address: 4950 W Flamingo Rd, Las Vegas, NV 89103, USA
Phone:
';var m_8f3b996888b62a6f9faf944d09d46001 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advanced America',});m_8f3b996888b62a6f9faf944d09d46001['infowindow'] = new google.maps.InfoWindow({content: $l8f3b996888b62a6f9faf944d09d46001});var infowindow = new google.maps.InfoWindow({content: $l8f3b996888b62a6f9faf944d09d46001});google.maps.event.addListener(m_8f3b996888b62a6f9faf944d09d46001, 'click', function() {infowindow.open(map,m_8f3b996888b62a6f9faf944d09d46001);});$marker.push(m_8f3b996888b62a6f9faf944d09d46001);}});}google.maps.event.addDomListener(window, 'load', initialize);