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.5645,-122.323)};var g_c05a1a7ec49bc3608c9c8cbf57f331a6 = new google.maps.Geocoder();g_c05a1a7ec49bc3608c9c8cbf57f331a6.geocode( { 'address': "150 E 3rd Ave, San Mateo, CA 94401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-mateo-CA-first-national-bank-of-northern-california').style.display = '';map = new google.maps.Map(document.getElementById('san-mateo-CA-first-national-bank-of-northern-california'), mapOptions);}document.getElementById('b0adac67').innerHTML += ' | View Map';var $lc05a1a7ec49bc3608c9c8cbf57f331a6 = '

First National Bank of Northern California

Address: 150 E 3rd Ave, San Mateo, CA 94401, USA
Phone: (650) 340-1033
';var m_c05a1a7ec49bc3608c9c8cbf57f331a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Northern California',});m_c05a1a7ec49bc3608c9c8cbf57f331a6['infowindow'] = new google.maps.InfoWindow({content: $lc05a1a7ec49bc3608c9c8cbf57f331a6});var infowindow = new google.maps.InfoWindow({content: $lc05a1a7ec49bc3608c9c8cbf57f331a6});google.maps.event.addListener(m_c05a1a7ec49bc3608c9c8cbf57f331a6, 'click', function() {infowindow.open(map,m_c05a1a7ec49bc3608c9c8cbf57f331a6);});$marker.push(m_c05a1a7ec49bc3608c9c8cbf57f331a6);}});}google.maps.event.addDomListener(window, 'load', initialize);