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(32.9617,-117.093)};var g_f3470a643b3fd40a33acad0fa6a0c25a = new google.maps.Geocoder();g_f3470a643b3fd40a33acad0fa6a0c25a.geocode( { 'address': "13400 Sabre Springs Pkwy #100, San Diego, CA 92128, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-chris-dinofia').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-chris-dinofia'), mapOptions);}document.getElementById('4742f706').innerHTML += ' | View Map';var $lf3470a643b3fd40a33acad0fa6a0c25a = '

Chris DiNofia

Address: 13400 Sabre Springs Pkwy #100, San Diego, CA 92128, USA
Phone: (858) 212-1443
';var m_f3470a643b3fd40a33acad0fa6a0c25a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chris DiNofia',});m_f3470a643b3fd40a33acad0fa6a0c25a['infowindow'] = new google.maps.InfoWindow({content: $lf3470a643b3fd40a33acad0fa6a0c25a});var infowindow = new google.maps.InfoWindow({content: $lf3470a643b3fd40a33acad0fa6a0c25a});google.maps.event.addListener(m_f3470a643b3fd40a33acad0fa6a0c25a, 'click', function() {infowindow.open(map,m_f3470a643b3fd40a33acad0fa6a0c25a);});$marker.push(m_f3470a643b3fd40a33acad0fa6a0c25a);}});}google.maps.event.addDomListener(window, 'load', initialize);