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()};var g_757b505cfd34c64c85ca5b5690ee5293 = new google.maps.Geocoder();g_757b505cfd34c64c85ca5b5690ee5293.geocode( { 'address': "301 3rd St, San Jn Bautista, CA 95045"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jn-bautista-CA-san-benito-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-jn-bautista-CA-san-benito-bank'), mapOptions);}document.getElementById('f0251ceb').innerHTML += ' | View Map';var $l757b505cfd34c64c85ca5b5690ee5293 = '

San Benito Bank

Address: 301 3rd St, San Jn Bautista, CA 95045
Phone: (831) 623-1065
';var m_757b505cfd34c64c85ca5b5690ee5293 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'San Benito Bank',});m_757b505cfd34c64c85ca5b5690ee5293['infowindow'] = new google.maps.InfoWindow({content: $l757b505cfd34c64c85ca5b5690ee5293});var infowindow = new google.maps.InfoWindow({content: $l757b505cfd34c64c85ca5b5690ee5293});google.maps.event.addListener(m_757b505cfd34c64c85ca5b5690ee5293, 'click', function() {infowindow.open(map,m_757b505cfd34c64c85ca5b5690ee5293);});$marker.push(m_757b505cfd34c64c85ca5b5690ee5293);}});}google.maps.event.addDomListener(window, 'load', initialize);