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_386a060e77ec41813c2e8212f7f8700f = new google.maps.Geocoder();g_386a060e77ec41813c2e8212f7f8700f.geocode( { 'address': "433 Airport Blvd, Burlingame, CA 94010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlingame-CA-world-financial-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('burlingame-CA-world-financial-group-inc'), mapOptions);}document.getElementById('bab1c8a1').innerHTML += ' | View Map';var $l386a060e77ec41813c2e8212f7f8700f = '

World Financial Group, Inc.

Address: 433 Airport Blvd, Burlingame, CA 94010
Phone: (650) 685-4500
';var m_386a060e77ec41813c2e8212f7f8700f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Financial Group, Inc.',});m_386a060e77ec41813c2e8212f7f8700f['infowindow'] = new google.maps.InfoWindow({content: $l386a060e77ec41813c2e8212f7f8700f});var infowindow = new google.maps.InfoWindow({content: $l386a060e77ec41813c2e8212f7f8700f});google.maps.event.addListener(m_386a060e77ec41813c2e8212f7f8700f, 'click', function() {infowindow.open(map,m_386a060e77ec41813c2e8212f7f8700f);});$marker.push(m_386a060e77ec41813c2e8212f7f8700f);}});}google.maps.event.addDomListener(window, 'load', initialize);