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.6869,-121.797)};var g_29ba5636e2f51022913e2c3b109b9b74 = new google.maps.Geocoder();g_29ba5636e2f51022913e2c3b109b9b74.geocode( { 'address': "3160 Vista Del Camino Cir, Marina, CA 93933, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marina-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('marina-CA-wells-fargo-bank'), mapOptions);}document.getElementById('7afa75d1').innerHTML += ' | View Map';var $l29ba5636e2f51022913e2c3b109b9b74 = '

Wells Fargo Bank

Address: 3160 Vista Del Camino Cir, Marina, CA 93933, USA
Phone: (831) 384-8221
';var m_29ba5636e2f51022913e2c3b109b9b74 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_29ba5636e2f51022913e2c3b109b9b74['infowindow'] = new google.maps.InfoWindow({content: $l29ba5636e2f51022913e2c3b109b9b74});var infowindow = new google.maps.InfoWindow({content: $l29ba5636e2f51022913e2c3b109b9b74});google.maps.event.addListener(m_29ba5636e2f51022913e2c3b109b9b74, 'click', function() {infowindow.open(map,m_29ba5636e2f51022913e2c3b109b9b74);});$marker.push(m_29ba5636e2f51022913e2c3b109b9b74);}});}google.maps.event.addDomListener(window, 'load', initialize);