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.4934,-122.229)};var g_bd304b6b4a9a6bcedaf83d6e8c3e10a8 = new google.maps.Geocoder();g_bd304b6b4a9a6bcedaf83d6e8c3e10a8.geocode( { 'address': "260 Main St, Redwood City, CA 94063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redwood-city-CA-california-consumer-lending').style.display = '';map = new google.maps.Map(document.getElementById('redwood-city-CA-california-consumer-lending'), mapOptions);}document.getElementById('539362ad').innerHTML += ' | View Map';var $lbd304b6b4a9a6bcedaf83d6e8c3e10a8 = '

California Consumer Lending

Address: 260 Main St, Redwood City, CA 94063, USA
Phone: (650) 364-9800
';var m_bd304b6b4a9a6bcedaf83d6e8c3e10a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Consumer Lending',});m_bd304b6b4a9a6bcedaf83d6e8c3e10a8['infowindow'] = new google.maps.InfoWindow({content: $lbd304b6b4a9a6bcedaf83d6e8c3e10a8});var infowindow = new google.maps.InfoWindow({content: $lbd304b6b4a9a6bcedaf83d6e8c3e10a8});google.maps.event.addListener(m_bd304b6b4a9a6bcedaf83d6e8c3e10a8, 'click', function() {infowindow.open(map,m_bd304b6b4a9a6bcedaf83d6e8c3e10a8);});$marker.push(m_bd304b6b4a9a6bcedaf83d6e8c3e10a8);}});}google.maps.event.addDomListener(window, 'load', initialize);