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.4381,-121.889)};var g_a29d77f0a678163282a32ea2128f88a7 = new google.maps.Geocoder();g_a29d77f0a678163282a32ea2128f88a7.geocode( { 'address': "1900 Mccarthy Blvd, Milpitas, CA 95035"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milpitas-CA-access-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('milpitas-CA-access-mortgage'), mapOptions);}document.getElementById('a4b5c40b').innerHTML += ' | View Map';var $la29d77f0a678163282a32ea2128f88a7 = '

Access Mortgage

Address: 1900 Mccarthy Blvd, Milpitas, CA 95035
Phone: (408) 433-0404
';var m_a29d77f0a678163282a32ea2128f88a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Access Mortgage',});m_a29d77f0a678163282a32ea2128f88a7['infowindow'] = new google.maps.InfoWindow({content: $la29d77f0a678163282a32ea2128f88a7});var infowindow = new google.maps.InfoWindow({content: $la29d77f0a678163282a32ea2128f88a7});google.maps.event.addListener(m_a29d77f0a678163282a32ea2128f88a7, 'click', function() {infowindow.open(map,m_a29d77f0a678163282a32ea2128f88a7);});$marker.push(m_a29d77f0a678163282a32ea2128f88a7);}});}google.maps.event.addDomListener(window, 'load', initialize);