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(38.3435,-122.305)};var g_1ef929199312526b345d6ba757961b31 = new google.maps.Geocoder();g_1ef929199312526b345d6ba757961b31.geocode( { 'address': "1500 Soscol Ave, Napa, CA 94559"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('napa-CA-the-vintage-bank').style.display = '';map = new google.maps.Map(document.getElementById('napa-CA-the-vintage-bank'), mapOptions);}document.getElementById('9ea66656').innerHTML += ' | View Map';var $l1ef929199312526b345d6ba757961b31 = '

The Vintage Bank

Address: 1500 Soscol Ave, Napa, CA 94559
Phone: (707) 256-1960
';var m_1ef929199312526b345d6ba757961b31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Vintage Bank',});m_1ef929199312526b345d6ba757961b31['infowindow'] = new google.maps.InfoWindow({content: $l1ef929199312526b345d6ba757961b31});var infowindow = new google.maps.InfoWindow({content: $l1ef929199312526b345d6ba757961b31});google.maps.event.addListener(m_1ef929199312526b345d6ba757961b31, 'click', function() {infowindow.open(map,m_1ef929199312526b345d6ba757961b31);});$marker.push(m_1ef929199312526b345d6ba757961b31);}});}google.maps.event.addDomListener(window, 'load', initialize);