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_9657cbe984aee7c3b812070e001f26dc = new google.maps.Geocoder();g_9657cbe984aee7c3b812070e001f26dc.geocode( { 'address': "1290 Bayshore Hwy, Burlingame, CA 94010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlingame-CA-burlingame-mortgage-brokers').style.display = '';map = new google.maps.Map(document.getElementById('burlingame-CA-burlingame-mortgage-brokers'), mapOptions);}document.getElementById('0cabfc2b').innerHTML += ' | View Map';var $l9657cbe984aee7c3b812070e001f26dc = '

Burlingame Mortgage Brokers

Address: 1290 Bayshore Hwy, Burlingame, CA 94010
Phone: (650) 558-4044
';var m_9657cbe984aee7c3b812070e001f26dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Burlingame Mortgage Brokers',});m_9657cbe984aee7c3b812070e001f26dc['infowindow'] = new google.maps.InfoWindow({content: $l9657cbe984aee7c3b812070e001f26dc});var infowindow = new google.maps.InfoWindow({content: $l9657cbe984aee7c3b812070e001f26dc});google.maps.event.addListener(m_9657cbe984aee7c3b812070e001f26dc, 'click', function() {infowindow.open(map,m_9657cbe984aee7c3b812070e001f26dc);});$marker.push(m_9657cbe984aee7c3b812070e001f26dc);}});}google.maps.event.addDomListener(window, 'load', initialize);