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.2291,-121.775)};var g_753069c8736ffb846092c34a6e54966f = new google.maps.Geocoder();g_753069c8736ffb846092c34a6e54966f.geocode( { 'address': "151 Bernal Rd, San Jose, CA 95119, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-community-west-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-community-west-mortgage'), mapOptions);}document.getElementById('186a4ea7').innerHTML += ' | View Map';var $l753069c8736ffb846092c34a6e54966f = '

Community West Mortgage

Address: 151 Bernal Rd, San Jose, CA 95119, USA
Phone: (408) 281-8383
';var m_753069c8736ffb846092c34a6e54966f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community West Mortgage',});m_753069c8736ffb846092c34a6e54966f['infowindow'] = new google.maps.InfoWindow({content: $l753069c8736ffb846092c34a6e54966f});var infowindow = new google.maps.InfoWindow({content: $l753069c8736ffb846092c34a6e54966f});google.maps.event.addListener(m_753069c8736ffb846092c34a6e54966f, 'click', function() {infowindow.open(map,m_753069c8736ffb846092c34a6e54966f);});$marker.push(m_753069c8736ffb846092c34a6e54966f);}});}google.maps.event.addDomListener(window, 'load', initialize);