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.3176,-121.948)};var g_5d36b2dba58acec55fa2a9b197fb3e1d = new google.maps.Geocoder();g_5d36b2dba58acec55fa2a9b197fb3e1d.geocode( { 'address': "3031 Tisch Way #309, San Jose, CA 95128, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-college-planning-abc').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-college-planning-abc'), mapOptions);}document.getElementById('32a247c6').innerHTML += ' | View Map';var $l5d36b2dba58acec55fa2a9b197fb3e1d = '

College Planning ABC

Address: 3031 Tisch Way #309, San Jose, CA 95128, USA
Phone: (408) 918-3068
';var m_5d36b2dba58acec55fa2a9b197fb3e1d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'College Planning ABC',});m_5d36b2dba58acec55fa2a9b197fb3e1d['infowindow'] = new google.maps.InfoWindow({content: $l5d36b2dba58acec55fa2a9b197fb3e1d});var infowindow = new google.maps.InfoWindow({content: $l5d36b2dba58acec55fa2a9b197fb3e1d});google.maps.event.addListener(m_5d36b2dba58acec55fa2a9b197fb3e1d, 'click', function() {infowindow.open(map,m_5d36b2dba58acec55fa2a9b197fb3e1d);});$marker.push(m_5d36b2dba58acec55fa2a9b197fb3e1d);}});}google.maps.event.addDomListener(window, 'load', initialize);