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.8854,-117.215)};var g_c736b91eecdcfc795549afee33c96ce4 = new google.maps.Geocoder();g_c736b91eecdcfc795549afee33c96ce4.geocode( { 'address': "9820 Towne Centre Dr, San Diego, CA 92121, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-national-funding').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-national-funding'), mapOptions);}document.getElementById('2fc8ed99').innerHTML += ' | View Map';var $lc736b91eecdcfc795549afee33c96ce4 = '

National Funding

Address: 9820 Towne Centre Dr, San Diego, CA 92121, USA
Phone: (888) 733-2383
';var m_c736b91eecdcfc795549afee33c96ce4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Funding',});m_c736b91eecdcfc795549afee33c96ce4['infowindow'] = new google.maps.InfoWindow({content: $lc736b91eecdcfc795549afee33c96ce4});var infowindow = new google.maps.InfoWindow({content: $lc736b91eecdcfc795549afee33c96ce4});google.maps.event.addListener(m_c736b91eecdcfc795549afee33c96ce4, 'click', function() {infowindow.open(map,m_c736b91eecdcfc795549afee33c96ce4);});$marker.push(m_c736b91eecdcfc795549afee33c96ce4);}});}google.maps.event.addDomListener(window, 'load', initialize);