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.6977,-122.075)};var g_6a18292c6fe3350ec904b64d83307a92 = new google.maps.Geocoder();g_6a18292c6fe3350ec904b64d83307a92.geocode( { 'address': "20253 B Redwood Road, Suite, Castro Valley, CA 94546, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('castro-valley-CA-bay-equity-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('castro-valley-CA-bay-equity-home-loans'), mapOptions);}document.getElementById('902f4227').innerHTML += ' | View Map';var $l6a18292c6fe3350ec904b64d83307a92 = '

Bay Equity Home Loans

Address: 20253 B Redwood Road, Suite, Castro Valley, CA 94546, USA
Phone:
';var m_6a18292c6fe3350ec904b64d83307a92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bay Equity Home Loans',});m_6a18292c6fe3350ec904b64d83307a92['infowindow'] = new google.maps.InfoWindow({content: $l6a18292c6fe3350ec904b64d83307a92});var infowindow = new google.maps.InfoWindow({content: $l6a18292c6fe3350ec904b64d83307a92});google.maps.event.addListener(m_6a18292c6fe3350ec904b64d83307a92, 'click', function() {infowindow.open(map,m_6a18292c6fe3350ec904b64d83307a92);});$marker.push(m_6a18292c6fe3350ec904b64d83307a92);}});}google.maps.event.addDomListener(window, 'load', initialize);