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(37.7674,-122.288)};var g_33fb9fe32a9c9f7d949f8ff4cf3bf00a = new google.maps.Geocoder();g_33fb9fe32a9c9f7d949f8ff4cf3bf00a.geocode( { 'address': "1150 Ballena Blvd #110, Alameda, CA 94501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alameda-CA-trident-funding').style.display = '';map = new google.maps.Map(document.getElementById('alameda-CA-trident-funding'), mapOptions);}document.getElementById('371ac7a5').innerHTML += ' | View Map';var $l33fb9fe32a9c9f7d949f8ff4cf3bf00a = '

Trident Funding

Address: 1150 Ballena Blvd #110, Alameda, CA 94501, USA
Phone: (510) 749-0050
';var m_33fb9fe32a9c9f7d949f8ff4cf3bf00a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trident Funding',});m_33fb9fe32a9c9f7d949f8ff4cf3bf00a['infowindow'] = new google.maps.InfoWindow({content: $l33fb9fe32a9c9f7d949f8ff4cf3bf00a});var infowindow = new google.maps.InfoWindow({content: $l33fb9fe32a9c9f7d949f8ff4cf3bf00a});google.maps.event.addListener(m_33fb9fe32a9c9f7d949f8ff4cf3bf00a, 'click', function() {infowindow.open(map,m_33fb9fe32a9c9f7d949f8ff4cf3bf00a);});$marker.push(m_33fb9fe32a9c9f7d949f8ff4cf3bf00a);}});}google.maps.event.addDomListener(window, 'load', initialize);