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.2887,-121.935)};var g_d36d0936f0c839be7bf2b20d59eaa76d = new google.maps.Geocoder();g_d36d0936f0c839be7bf2b20d59eaa76d.geocode( { 'address': "1901 S Bascom Ave #105, Campbell, CA 95008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('campbell-CA-guaranteed-rate-of-campbell').style.display = '';map = new google.maps.Map(document.getElementById('campbell-CA-guaranteed-rate-of-campbell'), mapOptions);}document.getElementById('61ccbe1c').innerHTML += ' | View Map';var $ld36d0936f0c839be7bf2b20d59eaa76d = '

Guaranteed Rate of Campbell

Address: 1901 S Bascom Ave #105, Campbell, CA 95008, USA
Phone: (408) 841-4950
';var m_d36d0936f0c839be7bf2b20d59eaa76d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranteed Rate of Campbell',});m_d36d0936f0c839be7bf2b20d59eaa76d['infowindow'] = new google.maps.InfoWindow({content: $ld36d0936f0c839be7bf2b20d59eaa76d});var infowindow = new google.maps.InfoWindow({content: $ld36d0936f0c839be7bf2b20d59eaa76d});google.maps.event.addListener(m_d36d0936f0c839be7bf2b20d59eaa76d, 'click', function() {infowindow.open(map,m_d36d0936f0c839be7bf2b20d59eaa76d);});$marker.push(m_d36d0936f0c839be7bf2b20d59eaa76d);}});}google.maps.event.addDomListener(window, 'load', initialize);