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.7448,-116.93)};var g_38e774b1db57b7629deb95aaa15012db = new google.maps.Geocoder();g_38e774b1db57b7629deb95aaa15012db.geocode( { 'address': "2514 Jamacha Road, STE 502, PMB #75, El Cajon, CA 92019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-cajon-CA-the-college-investor').style.display = '';map = new google.maps.Map(document.getElementById('el-cajon-CA-the-college-investor'), mapOptions);}document.getElementById('3b2f383b').innerHTML += ' | View Map';var $l38e774b1db57b7629deb95aaa15012db = '

The College Investor

Address: 2514 Jamacha Road, STE 502, PMB #75, El Cajon, CA 92019, USA
Phone: (858) 598-3149
';var m_38e774b1db57b7629deb95aaa15012db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The College Investor',});m_38e774b1db57b7629deb95aaa15012db['infowindow'] = new google.maps.InfoWindow({content: $l38e774b1db57b7629deb95aaa15012db});var infowindow = new google.maps.InfoWindow({content: $l38e774b1db57b7629deb95aaa15012db});google.maps.event.addListener(m_38e774b1db57b7629deb95aaa15012db, 'click', function() {infowindow.open(map,m_38e774b1db57b7629deb95aaa15012db);});$marker.push(m_38e774b1db57b7629deb95aaa15012db);}});}google.maps.event.addDomListener(window, 'load', initialize);