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.4327,-121.9)};var g_de8bf9dbdf2c3be79a604d463d7fb731 = new google.maps.Geocoder();g_de8bf9dbdf2c3be79a604d463d7fb731.geocode( { 'address': "5 N Milpitas Blvd, Milpitas, CA 95035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milpitas-CA-citibank').style.display = '';map = new google.maps.Map(document.getElementById('milpitas-CA-citibank'), mapOptions);}document.getElementById('faa24bdb').innerHTML += ' | View Map';var $lde8bf9dbdf2c3be79a604d463d7fb731 = '

Citibank

Address: 5 N Milpitas Blvd, Milpitas, CA 95035, USA
Phone: (408) 922-9544
';var m_de8bf9dbdf2c3be79a604d463d7fb731 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_de8bf9dbdf2c3be79a604d463d7fb731['infowindow'] = new google.maps.InfoWindow({content: $lde8bf9dbdf2c3be79a604d463d7fb731});var infowindow = new google.maps.InfoWindow({content: $lde8bf9dbdf2c3be79a604d463d7fb731});google.maps.event.addListener(m_de8bf9dbdf2c3be79a604d463d7fb731, 'click', function() {infowindow.open(map,m_de8bf9dbdf2c3be79a604d463d7fb731);});$marker.push(m_de8bf9dbdf2c3be79a604d463d7fb731);}});}google.maps.event.addDomListener(window, 'load', initialize);