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.6117,-117.643)};var g_580760fb5def6e2ca8eaf601236d5b08 = new google.maps.Geocoder();g_580760fb5def6e2ca8eaf601236d5b08.geocode( { 'address': "27201 Puerta Real, Mission Viejo, CA 92691"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mission-viejo-CA-the-feldman-law-center').style.display = '';map = new google.maps.Map(document.getElementById('mission-viejo-CA-the-feldman-law-center'), mapOptions);}document.getElementById('2004bd7e').innerHTML += ' | View Map';var $l580760fb5def6e2ca8eaf601236d5b08 = '

The Feldman Law Center

Address: 27201 Puerta Real, Mission Viejo, CA 92691
Phone: (800) 976-4412
';var m_580760fb5def6e2ca8eaf601236d5b08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Feldman Law Center',});m_580760fb5def6e2ca8eaf601236d5b08['infowindow'] = new google.maps.InfoWindow({content: $l580760fb5def6e2ca8eaf601236d5b08});var infowindow = new google.maps.InfoWindow({content: $l580760fb5def6e2ca8eaf601236d5b08});google.maps.event.addListener(m_580760fb5def6e2ca8eaf601236d5b08, 'click', function() {infowindow.open(map,m_580760fb5def6e2ca8eaf601236d5b08);});$marker.push(m_580760fb5def6e2ca8eaf601236d5b08);}});}google.maps.event.addDomListener(window, 'load', initialize);