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.5145,-122.296)};var g_ce22b0f51b97223c828b5763fad97f62 = new google.maps.Geocoder();g_ce22b0f51b97223c828b5763fad97f62.geocode( { 'address': "1055 Alameda De Las Pulgas, #A, Belmont, CA 94002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belmont-CA-guaranteed-rate').style.display = '';map = new google.maps.Map(document.getElementById('belmont-CA-guaranteed-rate'), mapOptions);}document.getElementById('821e3512').innerHTML += ' | View Map';var $lce22b0f51b97223c828b5763fad97f62 = '

Guaranteed Rate

Address: 1055 Alameda De Las Pulgas, #A, Belmont, CA 94002
Phone: (650) 486-1346
';var m_ce22b0f51b97223c828b5763fad97f62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranteed Rate',});m_ce22b0f51b97223c828b5763fad97f62['infowindow'] = new google.maps.InfoWindow({content: $lce22b0f51b97223c828b5763fad97f62});var infowindow = new google.maps.InfoWindow({content: $lce22b0f51b97223c828b5763fad97f62});google.maps.event.addListener(m_ce22b0f51b97223c828b5763fad97f62, 'click', function() {infowindow.open(map,m_ce22b0f51b97223c828b5763fad97f62);});$marker.push(m_ce22b0f51b97223c828b5763fad97f62);}});}google.maps.event.addDomListener(window, 'load', initialize);