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.7364,-117.823)};var g_6e0a4f925e3788a47317b77fa13ec531 = new google.maps.Geocoder();g_6e0a4f925e3788a47317b77fa13ec531.geocode( { 'address': "180 E Main St, STE 204, Tustin, CA 92780"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tustin-CA-southern-california-leasing').style.display = '';map = new google.maps.Map(document.getElementById('tustin-CA-southern-california-leasing'), mapOptions);}document.getElementById('dadd0a20').innerHTML += ' | View Map';var $l6e0a4f925e3788a47317b77fa13ec531 = '

Southern California Leasing

Address: 180 E Main St, STE 204, Tustin, CA 92780
Phone: (714) 573-9804
';var m_6e0a4f925e3788a47317b77fa13ec531 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern California Leasing',});m_6e0a4f925e3788a47317b77fa13ec531['infowindow'] = new google.maps.InfoWindow({content: $l6e0a4f925e3788a47317b77fa13ec531});var infowindow = new google.maps.InfoWindow({content: $l6e0a4f925e3788a47317b77fa13ec531});google.maps.event.addListener(m_6e0a4f925e3788a47317b77fa13ec531, 'click', function() {infowindow.open(map,m_6e0a4f925e3788a47317b77fa13ec531);});$marker.push(m_6e0a4f925e3788a47317b77fa13ec531);}});}google.maps.event.addDomListener(window, 'load', initialize);