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(40.8726,-124.071)};var g_553faad115155c7702de1d3f6b7683d1 = new google.maps.Geocoder();g_553faad115155c7702de1d3f6b7683d1.geocode( { 'address': "1640 Central Ave, Mckinleyville, CA 95519"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckinleyville-CA-tri-counties-bank').style.display = '';map = new google.maps.Map(document.getElementById('mckinleyville-CA-tri-counties-bank'), mapOptions);}document.getElementById('c9c9a944').innerHTML += ' | View Map';var $l553faad115155c7702de1d3f6b7683d1 = '

Tri Counties Bank

Address: 1640 Central Ave, Mckinleyville, CA 95519
Phone: (707) 839-8400
';var m_553faad115155c7702de1d3f6b7683d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tri Counties Bank',});m_553faad115155c7702de1d3f6b7683d1['infowindow'] = new google.maps.InfoWindow({content: $l553faad115155c7702de1d3f6b7683d1});var infowindow = new google.maps.InfoWindow({content: $l553faad115155c7702de1d3f6b7683d1});google.maps.event.addListener(m_553faad115155c7702de1d3f6b7683d1, 'click', function() {infowindow.open(map,m_553faad115155c7702de1d3f6b7683d1);});$marker.push(m_553faad115155c7702de1d3f6b7683d1);}});}google.maps.event.addDomListener(window, 'load', initialize);