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(36.2024,-121.137)};var g_9806729817abdbcbf37c8237327ccabf = new google.maps.Geocoder();g_9806729817abdbcbf37c8237327ccabf.geocode( { 'address': "506 Broadway St, King City, CA 93930"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('king-city-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('king-city-CA-wells-fargo-bank'), mapOptions);}document.getElementById('009f240e').innerHTML += ' | View Map';var $l9806729817abdbcbf37c8237327ccabf = '

Wells Fargo Bank

Address: 506 Broadway St, King City, CA 93930
Phone: (831) 385-3237
';var m_9806729817abdbcbf37c8237327ccabf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_9806729817abdbcbf37c8237327ccabf['infowindow'] = new google.maps.InfoWindow({content: $l9806729817abdbcbf37c8237327ccabf});var infowindow = new google.maps.InfoWindow({content: $l9806729817abdbcbf37c8237327ccabf});google.maps.event.addListener(m_9806729817abdbcbf37c8237327ccabf, 'click', function() {infowindow.open(map,m_9806729817abdbcbf37c8237327ccabf);});$marker.push(m_9806729817abdbcbf37c8237327ccabf);}});}google.maps.event.addDomListener(window, 'load', initialize);