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.6952,-122.075)};var g_ecd7a521589e42c93dcbf520e8e2e085 = new google.maps.Geocoder();g_ecd7a521589e42c93dcbf520e8e2e085.geocode( { 'address': "3449 Castro Valley Blvd, Castro Valley, CA 94546, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('castro-valley-CA-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('castro-valley-CA-chase-mortgage'), mapOptions);}document.getElementById('e4f36780').innerHTML += ' | View Map';var $lecd7a521589e42c93dcbf520e8e2e085 = '

Chase Mortgage

Address: 3449 Castro Valley Blvd, Castro Valley, CA 94546, USA
Phone: (510) 366-7625
';var m_ecd7a521589e42c93dcbf520e8e2e085 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_ecd7a521589e42c93dcbf520e8e2e085['infowindow'] = new google.maps.InfoWindow({content: $lecd7a521589e42c93dcbf520e8e2e085});var infowindow = new google.maps.InfoWindow({content: $lecd7a521589e42c93dcbf520e8e2e085});google.maps.event.addListener(m_ecd7a521589e42c93dcbf520e8e2e085, 'click', function() {infowindow.open(map,m_ecd7a521589e42c93dcbf520e8e2e085);});$marker.push(m_ecd7a521589e42c93dcbf520e8e2e085);}});}google.maps.event.addDomListener(window, 'load', initialize);