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.48,-122.331)};var g_99feafb904288c9c2c69d930fdc55051 = new google.maps.Geocoder();g_99feafb904288c9c2c69d930fdc55051.geocode( { 'address': "756 Main St, Half Moon Bay, CA 94019"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('half-moon-bay-CA-first-national-bank-of-northern-california').style.display = '';map = new google.maps.Map(document.getElementById('half-moon-bay-CA-first-national-bank-of-northern-california'), mapOptions);}document.getElementById('034566a8').innerHTML += ' | View Map';var $l99feafb904288c9c2c69d930fdc55051 = '

First National Bank of Northern California

Address: 756 Main St, Half Moon Bay, CA 94019
Phone: (650) 726-6373
';var m_99feafb904288c9c2c69d930fdc55051 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Northern California',});m_99feafb904288c9c2c69d930fdc55051['infowindow'] = new google.maps.InfoWindow({content: $l99feafb904288c9c2c69d930fdc55051});var infowindow = new google.maps.InfoWindow({content: $l99feafb904288c9c2c69d930fdc55051});google.maps.event.addListener(m_99feafb904288c9c2c69d930fdc55051, 'click', function() {infowindow.open(map,m_99feafb904288c9c2c69d930fdc55051);});$marker.push(m_99feafb904288c9c2c69d930fdc55051);}});}google.maps.event.addDomListener(window, 'load', initialize);