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.7063,-122.084)};var g_8523109c9a85dbfc46eb1f46955b5449 = new google.maps.Geocoder();g_8523109c9a85dbfc46eb1f46955b5449.geocode( { 'address': "3675 Christensen Ln, Castro Valley, CA 94546, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('castro-valley-CA-investors-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('castro-valley-CA-investors-home-loans'), mapOptions);}document.getElementById('94241b9c').innerHTML += ' | View Map';var $l8523109c9a85dbfc46eb1f46955b5449 = '

Investors Home Loans

Address: 3675 Christensen Ln, Castro Valley, CA 94546, USA
Phone: (510) 247-8866
';var m_8523109c9a85dbfc46eb1f46955b5449 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Investors Home Loans',});m_8523109c9a85dbfc46eb1f46955b5449['infowindow'] = new google.maps.InfoWindow({content: $l8523109c9a85dbfc46eb1f46955b5449});var infowindow = new google.maps.InfoWindow({content: $l8523109c9a85dbfc46eb1f46955b5449});google.maps.event.addListener(m_8523109c9a85dbfc46eb1f46955b5449, 'click', function() {infowindow.open(map,m_8523109c9a85dbfc46eb1f46955b5449);});$marker.push(m_8523109c9a85dbfc46eb1f46955b5449);}});}google.maps.event.addDomListener(window, 'load', initialize);