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.1719,-121.975)};var g_4bfc4dc209eb39ab39a795b91995d3ef = new google.maps.Geocoder();g_4bfc4dc209eb39ab39a795b91995d3ef.geocode( { 'address': "761 University Ave, Los Gatos, CA 95032"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-gatos-CA-ameritec-capital').style.display = '';map = new google.maps.Map(document.getElementById('los-gatos-CA-ameritec-capital'), mapOptions);}document.getElementById('76a99b97').innerHTML += ' | View Map';var $l4bfc4dc209eb39ab39a795b91995d3ef = '

Ameritec Capital

Address: 761 University Ave, Los Gatos, CA 95032
Phone: (408) 358-2777
';var m_4bfc4dc209eb39ab39a795b91995d3ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ameritec Capital',});m_4bfc4dc209eb39ab39a795b91995d3ef['infowindow'] = new google.maps.InfoWindow({content: $l4bfc4dc209eb39ab39a795b91995d3ef});var infowindow = new google.maps.InfoWindow({content: $l4bfc4dc209eb39ab39a795b91995d3ef});google.maps.event.addListener(m_4bfc4dc209eb39ab39a795b91995d3ef, 'click', function() {infowindow.open(map,m_4bfc4dc209eb39ab39a795b91995d3ef);});$marker.push(m_4bfc4dc209eb39ab39a795b91995d3ef);}});}google.maps.event.addDomListener(window, 'load', initialize);