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.073)};var g_bff6a77f4e523340adfd94cd80ce3fb5 = new google.maps.Geocoder();g_bff6a77f4e523340adfd94cd80ce3fb5.geocode( { 'address': "3549 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-fremont-bank-castro-valley-branch').style.display = '';map = new google.maps.Map(document.getElementById('castro-valley-CA-fremont-bank-castro-valley-branch'), mapOptions);}document.getElementById('97ea9a59').innerHTML += ' | View Map';var $lbff6a77f4e523340adfd94cd80ce3fb5 = '

Fremont Bank Castro Valley Branch

Address: 3549 Castro Valley Blvd, Castro Valley, CA 94546, USA
Phone: (510) 512-1061
';var m_bff6a77f4e523340adfd94cd80ce3fb5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fremont Bank Castro Valley Branch',});m_bff6a77f4e523340adfd94cd80ce3fb5['infowindow'] = new google.maps.InfoWindow({content: $lbff6a77f4e523340adfd94cd80ce3fb5});var infowindow = new google.maps.InfoWindow({content: $lbff6a77f4e523340adfd94cd80ce3fb5});google.maps.event.addListener(m_bff6a77f4e523340adfd94cd80ce3fb5, 'click', function() {infowindow.open(map,m_bff6a77f4e523340adfd94cd80ce3fb5);});$marker.push(m_bff6a77f4e523340adfd94cd80ce3fb5);}});}google.maps.event.addDomListener(window, 'load', initialize);