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.5734,-117.73)};var g_6db6b914b3456302b54f884e9b95540b = new google.maps.Geocoder();g_6db6b914b3456302b54f884e9b95540b.geocode( { 'address': "26800 Aliso Viejo Pkwy #200, Aliso Viejo, CA 92656, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aliso-viejo-CA-todd-burns').style.display = '';map = new google.maps.Map(document.getElementById('aliso-viejo-CA-todd-burns'), mapOptions);}document.getElementById('de4daf8a').innerHTML += ' | View Map';var $l6db6b914b3456302b54f884e9b95540b = '

Todd Burns

Address: 26800 Aliso Viejo Pkwy #200, Aliso Viejo, CA 92656, USA
Phone: (949) 547-3557
';var m_6db6b914b3456302b54f884e9b95540b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Todd Burns',});m_6db6b914b3456302b54f884e9b95540b['infowindow'] = new google.maps.InfoWindow({content: $l6db6b914b3456302b54f884e9b95540b});var infowindow = new google.maps.InfoWindow({content: $l6db6b914b3456302b54f884e9b95540b});google.maps.event.addListener(m_6db6b914b3456302b54f884e9b95540b, 'click', function() {infowindow.open(map,m_6db6b914b3456302b54f884e9b95540b);});$marker.push(m_6db6b914b3456302b54f884e9b95540b);}});}google.maps.event.addDomListener(window, 'load', initialize);