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.8791,-117.883)};var g_9706e07c15d2d31b3e46991cc97ec05b = new google.maps.Geocoder();g_9706e07c15d2d31b3e46991cc97ec05b.geocode( { 'address': "800 N State College Blvd, Fullerton, CA 92831, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fullerton-CA-small-business-development-center').style.display = '';map = new google.maps.Map(document.getElementById('fullerton-CA-small-business-development-center'), mapOptions);}document.getElementById('f1390196').innerHTML += ' | View Map';var $l9706e07c15d2d31b3e46991cc97ec05b = '

Small Business Development Center

Address: 800 N State College Blvd, Fullerton, CA 92831, USA
Phone: (657) 278-2719
';var m_9706e07c15d2d31b3e46991cc97ec05b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Small Business Development Center',});m_9706e07c15d2d31b3e46991cc97ec05b['infowindow'] = new google.maps.InfoWindow({content: $l9706e07c15d2d31b3e46991cc97ec05b});var infowindow = new google.maps.InfoWindow({content: $l9706e07c15d2d31b3e46991cc97ec05b});google.maps.event.addListener(m_9706e07c15d2d31b3e46991cc97ec05b, 'click', function() {infowindow.open(map,m_9706e07c15d2d31b3e46991cc97ec05b);});$marker.push(m_9706e07c15d2d31b3e46991cc97ec05b);}});}google.maps.event.addDomListener(window, 'load', initialize);