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.5939,-122.384)};var g_bb1732c724b020ceb20baa52fe5efbc8 = new google.maps.Geocoder();g_bb1732c724b020ceb20baa52fe5efbc8.geocode( { 'address': "1801 El Camino Real, Burlingame, CA 94010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlingame-CA-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('burlingame-CA-bbva-compass'), mapOptions);}document.getElementById('4419433f').innerHTML += ' | View Map';var $lbb1732c724b020ceb20baa52fe5efbc8 = '

BBVA Compass

Address: 1801 El Camino Real, Burlingame, CA 94010, USA
Phone: (650) 697-1371
';var m_bb1732c724b020ceb20baa52fe5efbc8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_bb1732c724b020ceb20baa52fe5efbc8['infowindow'] = new google.maps.InfoWindow({content: $lbb1732c724b020ceb20baa52fe5efbc8});var infowindow = new google.maps.InfoWindow({content: $lbb1732c724b020ceb20baa52fe5efbc8});google.maps.event.addListener(m_bb1732c724b020ceb20baa52fe5efbc8, 'click', function() {infowindow.open(map,m_bb1732c724b020ceb20baa52fe5efbc8);});$marker.push(m_bb1732c724b020ceb20baa52fe5efbc8);}});}google.maps.event.addDomListener(window, 'load', initialize);