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.5963,-122.384)};var g_987ca27cffce9d3b288eab5e9e50373b = new google.maps.Geocoder();g_987ca27cffce9d3b288eab5e9e50373b.geocode( { 'address': "1860 El Camino Real #106, Burlingame, CA 94010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlingame-CA-mortgage-master').style.display = '';map = new google.maps.Map(document.getElementById('burlingame-CA-mortgage-master'), mapOptions);}document.getElementById('7f6bca36').innerHTML += ' | View Map';var $l987ca27cffce9d3b288eab5e9e50373b = '

Mortgage Master

Address: 1860 El Camino Real #106, Burlingame, CA 94010, USA
Phone: (650) 866-3000
';var m_987ca27cffce9d3b288eab5e9e50373b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage Master',});m_987ca27cffce9d3b288eab5e9e50373b['infowindow'] = new google.maps.InfoWindow({content: $l987ca27cffce9d3b288eab5e9e50373b});var infowindow = new google.maps.InfoWindow({content: $l987ca27cffce9d3b288eab5e9e50373b});google.maps.event.addListener(m_987ca27cffce9d3b288eab5e9e50373b, 'click', function() {infowindow.open(map,m_987ca27cffce9d3b288eab5e9e50373b);});$marker.push(m_987ca27cffce9d3b288eab5e9e50373b);}});}google.maps.event.addDomListener(window, 'load', initialize);