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.3141,-122.044)};var g_2542a7296db041497cfd8f6ad63b4ff1 = new google.maps.Geocoder();g_2542a7296db041497cfd8f6ad63b4ff1.geocode( { 'address': "20065 Stevens Creek Blvd, Cupertino, CA 95014"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cupertino-CA-harry-chang-state-farm-insurance-agent').style.display = '';map = new google.maps.Map(document.getElementById('cupertino-CA-harry-chang-state-farm-insurance-agent'), mapOptions);}document.getElementById('624a2535').innerHTML += ' | View Map';var $l2542a7296db041497cfd8f6ad63b4ff1 = '

Harry Chang - State Farm Insurance Agent

Address: 20065 Stevens Creek Blvd, Cupertino, CA 95014
Phone: (408) 725-3838
';var m_2542a7296db041497cfd8f6ad63b4ff1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harry Chang - State Farm Insurance Agent',});m_2542a7296db041497cfd8f6ad63b4ff1['infowindow'] = new google.maps.InfoWindow({content: $l2542a7296db041497cfd8f6ad63b4ff1});var infowindow = new google.maps.InfoWindow({content: $l2542a7296db041497cfd8f6ad63b4ff1});google.maps.event.addListener(m_2542a7296db041497cfd8f6ad63b4ff1, 'click', function() {infowindow.open(map,m_2542a7296db041497cfd8f6ad63b4ff1);});$marker.push(m_2542a7296db041497cfd8f6ad63b4ff1);}});}google.maps.event.addDomListener(window, 'load', initialize);