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(33.5346,-112.112)};var g_b99673405220e37a1b15d5cbd1c1fda0 = new google.maps.Geocoder();g_b99673405220e37a1b15d5cbd1c1fda0.geocode( { 'address': "6633 N Black Canyon Hwy, Phoenix, AZ 85015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-AZ-desert-schools').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-AZ-desert-schools'), mapOptions);}document.getElementById('1587b273').innerHTML += ' | View Map';var $lb99673405220e37a1b15d5cbd1c1fda0 = '

Desert Schools

Address: 6633 N Black Canyon Hwy, Phoenix, AZ 85015, USA
Phone: (602) 433-7000
';var m_b99673405220e37a1b15d5cbd1c1fda0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Desert Schools',});m_b99673405220e37a1b15d5cbd1c1fda0['infowindow'] = new google.maps.InfoWindow({content: $lb99673405220e37a1b15d5cbd1c1fda0});var infowindow = new google.maps.InfoWindow({content: $lb99673405220e37a1b15d5cbd1c1fda0});google.maps.event.addListener(m_b99673405220e37a1b15d5cbd1c1fda0, 'click', function() {infowindow.open(map,m_b99673405220e37a1b15d5cbd1c1fda0);});$marker.push(m_b99673405220e37a1b15d5cbd1c1fda0);}});}google.maps.event.addDomListener(window, 'load', initialize);