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.7726,-121.965)};var g_25945237ea50caf60d28b852556d52fd = new google.maps.Geocoder();g_25945237ea50caf60d28b852556d52fd.geocode( { 'address': "2400 Camino Ramon #262, San Ramon, CA 94583, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-ramon-CA-shining-star-funding').style.display = '';map = new google.maps.Map(document.getElementById('san-ramon-CA-shining-star-funding'), mapOptions);}document.getElementById('a23430b3').innerHTML += ' | View Map';var $l25945237ea50caf60d28b852556d52fd = '

Shining Star Funding

Address: 2400 Camino Ramon #262, San Ramon, CA 94583, USA
Phone: (925) 838-0270
';var m_25945237ea50caf60d28b852556d52fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shining Star Funding',});m_25945237ea50caf60d28b852556d52fd['infowindow'] = new google.maps.InfoWindow({content: $l25945237ea50caf60d28b852556d52fd});var infowindow = new google.maps.InfoWindow({content: $l25945237ea50caf60d28b852556d52fd});google.maps.event.addListener(m_25945237ea50caf60d28b852556d52fd, 'click', function() {infowindow.open(map,m_25945237ea50caf60d28b852556d52fd);});$marker.push(m_25945237ea50caf60d28b852556d52fd);}});}google.maps.event.addDomListener(window, 'load', initialize);