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.5004,-117.161)};var g_36ac8e558ac7690b6f44e2cb5ef93322 = new google.maps.Geocoder();g_36ac8e558ac7690b6f44e2cb5ef93322.geocode( { 'address': "43434 Business Park Dr, Temecula, CA 92590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temecula-CA-john-p-oconnell-jd-attorney-at-law').style.display = '';map = new google.maps.Map(document.getElementById('temecula-CA-john-p-oconnell-jd-attorney-at-law'), mapOptions);}document.getElementById('512ae011').innerHTML += ' | View Map';var $l36ac8e558ac7690b6f44e2cb5ef93322 = '

John P. O’Connell, J.D., Attorney at Law

Address: 43434 Business Park Dr, Temecula, CA 92590, USA
Phone: (951) 587-8390
';var m_36ac8e558ac7690b6f44e2cb5ef93322 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'John P. O’Connell, J.D., Attorney at Law',});m_36ac8e558ac7690b6f44e2cb5ef93322['infowindow'] = new google.maps.InfoWindow({content: $l36ac8e558ac7690b6f44e2cb5ef93322});var infowindow = new google.maps.InfoWindow({content: $l36ac8e558ac7690b6f44e2cb5ef93322});google.maps.event.addListener(m_36ac8e558ac7690b6f44e2cb5ef93322, 'click', function() {infowindow.open(map,m_36ac8e558ac7690b6f44e2cb5ef93322);});$marker.push(m_36ac8e558ac7690b6f44e2cb5ef93322);}});}google.maps.event.addDomListener(window, 'load', initialize);