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.5947,-122.364)};var g_3656a48f1fcd9c57ad149ef2f2dc333e = new google.maps.Geocoder();g_3656a48f1fcd9c57ad149ef2f2dc333e.geocode( { 'address': "1350 Old Bayshore Hwy #740, Burlingame, CA 94010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlingame-CA-reagan-lee-mortgage-advisor').style.display = '';map = new google.maps.Map(document.getElementById('burlingame-CA-reagan-lee-mortgage-advisor'), mapOptions);}document.getElementById('94542971').innerHTML += ' | View Map';var $l3656a48f1fcd9c57ad149ef2f2dc333e = '

Reagan Lee, Mortgage Advisor

Address: 1350 Old Bayshore Hwy #740, Burlingame, CA 94010, USA
Phone: (415) 857-3882
';var m_3656a48f1fcd9c57ad149ef2f2dc333e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Reagan Lee, Mortgage Advisor',});m_3656a48f1fcd9c57ad149ef2f2dc333e['infowindow'] = new google.maps.InfoWindow({content: $l3656a48f1fcd9c57ad149ef2f2dc333e});var infowindow = new google.maps.InfoWindow({content: $l3656a48f1fcd9c57ad149ef2f2dc333e});google.maps.event.addListener(m_3656a48f1fcd9c57ad149ef2f2dc333e, 'click', function() {infowindow.open(map,m_3656a48f1fcd9c57ad149ef2f2dc333e);});$marker.push(m_3656a48f1fcd9c57ad149ef2f2dc333e);}});}google.maps.event.addDomListener(window, 'load', initialize);