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.3295,-121.964)};var g_c38648b6e838613f6158e3db05942d53 = new google.maps.Geocoder();g_c38648b6e838613f6158e3db05942d53.geocode( { 'address': "275 Saratoga Ave #220, Santa Clara, CA 95050, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-clara-CA-the-loan-story').style.display = '';map = new google.maps.Map(document.getElementById('santa-clara-CA-the-loan-story'), mapOptions);}document.getElementById('b23f2bd8').innerHTML += ' | View Map';var $lc38648b6e838613f6158e3db05942d53 = '

The Loan Story

Address: 275 Saratoga Ave #220, Santa Clara, CA 95050, USA
Phone: (408) 366-0311
';var m_c38648b6e838613f6158e3db05942d53 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Loan Story',});m_c38648b6e838613f6158e3db05942d53['infowindow'] = new google.maps.InfoWindow({content: $lc38648b6e838613f6158e3db05942d53});var infowindow = new google.maps.InfoWindow({content: $lc38648b6e838613f6158e3db05942d53});google.maps.event.addListener(m_c38648b6e838613f6158e3db05942d53, 'click', function() {infowindow.open(map,m_c38648b6e838613f6158e3db05942d53);});$marker.push(m_c38648b6e838613f6158e3db05942d53);}});}google.maps.event.addDomListener(window, 'load', initialize);