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.5702,-122.36)};var g_638f83e409a1d8c36d99875c366e43af = new google.maps.Geocoder();g_638f83e409a1d8c36d99875c366e43af.geocode( { 'address': "1633 Bayshore Hwy, Burlingame, CA 94010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlingame-CA-golden-star-mortgage-corp').style.display = '';map = new google.maps.Map(document.getElementById('burlingame-CA-golden-star-mortgage-corp'), mapOptions);}document.getElementById('38b17097').innerHTML += ' | View Map';var $l638f83e409a1d8c36d99875c366e43af = '

Golden Star Mortgage Corp

Address: 1633 Bayshore Hwy, Burlingame, CA 94010
Phone: (650) 552-9688
';var m_638f83e409a1d8c36d99875c366e43af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Golden Star Mortgage Corp',});m_638f83e409a1d8c36d99875c366e43af['infowindow'] = new google.maps.InfoWindow({content: $l638f83e409a1d8c36d99875c366e43af});var infowindow = new google.maps.InfoWindow({content: $l638f83e409a1d8c36d99875c366e43af});google.maps.event.addListener(m_638f83e409a1d8c36d99875c366e43af, 'click', function() {infowindow.open(map,m_638f83e409a1d8c36d99875c366e43af);});$marker.push(m_638f83e409a1d8c36d99875c366e43af);}});}google.maps.event.addDomListener(window, 'load', initialize);