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.323,-122.052)};var g_64ece7d56bca9a6752ea7b14b4e3fb92 = new google.maps.Geocoder();g_64ece7d56bca9a6752ea7b14b4e3fb92.geocode( { 'address': "21627 Stevens Creek Blvd, Cupertino, CA 95014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cupertino-CA-loans-by-irene---granite-financial').style.display = '';map = new google.maps.Map(document.getElementById('cupertino-CA-loans-by-irene---granite-financial'), mapOptions);}document.getElementById('fd9c89d7').innerHTML += ' | View Map';var $l64ece7d56bca9a6752ea7b14b4e3fb92 = '

Loans by Irene - Granite Financial

Address: 21627 Stevens Creek Blvd, Cupertino, CA 95014, USA
Phone: (408) 257-1681
';var m_64ece7d56bca9a6752ea7b14b4e3fb92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loans by Irene - Granite Financial',});m_64ece7d56bca9a6752ea7b14b4e3fb92['infowindow'] = new google.maps.InfoWindow({content: $l64ece7d56bca9a6752ea7b14b4e3fb92});var infowindow = new google.maps.InfoWindow({content: $l64ece7d56bca9a6752ea7b14b4e3fb92});google.maps.event.addListener(m_64ece7d56bca9a6752ea7b14b4e3fb92, 'click', function() {infowindow.open(map,m_64ece7d56bca9a6752ea7b14b4e3fb92);});$marker.push(m_64ece7d56bca9a6752ea7b14b4e3fb92);}});}google.maps.event.addDomListener(window, 'load', initialize);