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(37.2614,-121.927)};var g_9b1040a125ba50111034ea8fe16d45e0 = new google.maps.Geocoder();g_9b1040a125ba50111034ea8fe16d45e0.geocode( { 'address': "1936 Camden Ave, San Jose, CA 95124, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-marine-coast-financial').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-marine-coast-financial'), mapOptions);}document.getElementById('5608c81a').innerHTML += ' | View Map';var $l9b1040a125ba50111034ea8fe16d45e0 = '

Marine Coast Financial

Address: 1936 Camden Ave, San Jose, CA 95124, USA
Phone: (408) 558-9433
';var m_9b1040a125ba50111034ea8fe16d45e0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marine Coast Financial',});m_9b1040a125ba50111034ea8fe16d45e0['infowindow'] = new google.maps.InfoWindow({content: $l9b1040a125ba50111034ea8fe16d45e0});var infowindow = new google.maps.InfoWindow({content: $l9b1040a125ba50111034ea8fe16d45e0});google.maps.event.addListener(m_9b1040a125ba50111034ea8fe16d45e0, 'click', function() {infowindow.open(map,m_9b1040a125ba50111034ea8fe16d45e0);});$marker.push(m_9b1040a125ba50111034ea8fe16d45e0);}});}google.maps.event.addDomListener(window, 'load', initialize);