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_195ed7bf27d6a5a551b0f3dd7b961b28 = new google.maps.Geocoder();g_195ed7bf27d6a5a551b0f3dd7b961b28.geocode( { 'address': "2690 E Sunset Rd, Las Vegas, NV 89120"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-the-american-guardian').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-the-american-guardian'), mapOptions);}document.getElementById('88d532fa').innerHTML += ' | View Map';var $l195ed7bf27d6a5a551b0f3dd7b961b28 = '

The American Guardian

Address: 2690 E Sunset Rd, Las Vegas, NV 89120
Phone: (702) 222-4433
';var m_195ed7bf27d6a5a551b0f3dd7b961b28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The American Guardian',});m_195ed7bf27d6a5a551b0f3dd7b961b28['infowindow'] = new google.maps.InfoWindow({content: $l195ed7bf27d6a5a551b0f3dd7b961b28});var infowindow = new google.maps.InfoWindow({content: $l195ed7bf27d6a5a551b0f3dd7b961b28});google.maps.event.addListener(m_195ed7bf27d6a5a551b0f3dd7b961b28, 'click', function() {infowindow.open(map,m_195ed7bf27d6a5a551b0f3dd7b961b28);});$marker.push(m_195ed7bf27d6a5a551b0f3dd7b961b28);}});}google.maps.event.addDomListener(window, 'load', initialize);