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.3852,-121.897)};var g_18b16aa4f6882ecd819ad38f21394925 = new google.maps.Geocoder();g_18b16aa4f6882ecd819ad38f21394925.geocode( { 'address': "881 Park Ave, San Jose, CA 95126"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-the-business-credit').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-the-business-credit'), mapOptions);}document.getElementById('16087ef1').innerHTML += ' | View Map';var $l18b16aa4f6882ecd819ad38f21394925 = '

The Business Credit

Address: 881 Park Ave, San Jose, CA 95126
Phone: (408) 278-1110
';var m_18b16aa4f6882ecd819ad38f21394925 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Business Credit',});m_18b16aa4f6882ecd819ad38f21394925['infowindow'] = new google.maps.InfoWindow({content: $l18b16aa4f6882ecd819ad38f21394925});var infowindow = new google.maps.InfoWindow({content: $l18b16aa4f6882ecd819ad38f21394925});google.maps.event.addListener(m_18b16aa4f6882ecd819ad38f21394925, 'click', function() {infowindow.open(map,m_18b16aa4f6882ecd819ad38f21394925);});$marker.push(m_18b16aa4f6882ecd819ad38f21394925);}});}google.maps.event.addDomListener(window, 'load', initialize);