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.5666,-122.326)};var g_c25c55317a2a2daf910b009d73be4f5d = new google.maps.Geocoder();g_c25c55317a2a2daf910b009d73be4f5d.geocode( { 'address': "220 Baldwin Ave, San Mateo, CA 94401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-mateo-CA-bay-financial-company').style.display = '';map = new google.maps.Map(document.getElementById('san-mateo-CA-bay-financial-company'), mapOptions);}document.getElementById('cee9bde0').innerHTML += ' | View Map';var $lc25c55317a2a2daf910b009d73be4f5d = '

Bay Financial Company

Address: 220 Baldwin Ave, San Mateo, CA 94401, USA
Phone: (650) 685-5815
';var m_c25c55317a2a2daf910b009d73be4f5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bay Financial Company',});m_c25c55317a2a2daf910b009d73be4f5d['infowindow'] = new google.maps.InfoWindow({content: $lc25c55317a2a2daf910b009d73be4f5d});var infowindow = new google.maps.InfoWindow({content: $lc25c55317a2a2daf910b009d73be4f5d});google.maps.event.addListener(m_c25c55317a2a2daf910b009d73be4f5d, 'click', function() {infowindow.open(map,m_c25c55317a2a2daf910b009d73be4f5d);});$marker.push(m_c25c55317a2a2daf910b009d73be4f5d);}});}google.maps.event.addDomListener(window, 'load', initialize);