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.3076,-122.032)};var g_efaa9294a25dfd6120f5f5610d285496 = new google.maps.Geocoder();g_efaa9294a25dfd6120f5f5610d285496.geocode( { 'address': "1072 S De Anza Blvd # B205, San Jose, CA 95129, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-world-properties--finance').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-world-properties--finance'), mapOptions);}document.getElementById('0bba0b66').innerHTML += ' | View Map';var $lefaa9294a25dfd6120f5f5610d285496 = '

World Properties & Finance

Address: 1072 S De Anza Blvd # B205, San Jose, CA 95129, USA
Phone: (408) 255-3978
';var m_efaa9294a25dfd6120f5f5610d285496 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Properties & Finance',});m_efaa9294a25dfd6120f5f5610d285496['infowindow'] = new google.maps.InfoWindow({content: $lefaa9294a25dfd6120f5f5610d285496});var infowindow = new google.maps.InfoWindow({content: $lefaa9294a25dfd6120f5f5610d285496});google.maps.event.addListener(m_efaa9294a25dfd6120f5f5610d285496, 'click', function() {infowindow.open(map,m_efaa9294a25dfd6120f5f5610d285496);});$marker.push(m_efaa9294a25dfd6120f5f5610d285496);}});}google.maps.event.addDomListener(window, 'load', initialize);