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.6,-122.4)};var g_08f6ea01dd784eceb16d110a01d40cdd = new google.maps.Geocoder();g_08f6ea01dd784eceb16d110a01d40cdd.geocode( { 'address': "1000 Broadway, Millbrae, CA 94030"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millbrae-CA-citibank').style.display = '';map = new google.maps.Map(document.getElementById('millbrae-CA-citibank'), mapOptions);}document.getElementById('b5e81666').innerHTML += ' | View Map';var $l08f6ea01dd784eceb16d110a01d40cdd = '

Citibank

Address: 1000 Broadway, Millbrae, CA 94030
Phone: (650) 204-3264
';var m_08f6ea01dd784eceb16d110a01d40cdd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_08f6ea01dd784eceb16d110a01d40cdd['infowindow'] = new google.maps.InfoWindow({content: $l08f6ea01dd784eceb16d110a01d40cdd});var infowindow = new google.maps.InfoWindow({content: $l08f6ea01dd784eceb16d110a01d40cdd});google.maps.event.addListener(m_08f6ea01dd784eceb16d110a01d40cdd, 'click', function() {infowindow.open(map,m_08f6ea01dd784eceb16d110a01d40cdd);});$marker.push(m_08f6ea01dd784eceb16d110a01d40cdd);}});}google.maps.event.addDomListener(window, 'load', initialize);