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.4354,-121.897)};var g_14710d7de3da7e6ca934070d7a5a329f = new google.maps.Geocoder();g_14710d7de3da7e6ca934070d7a5a329f.geocode( { 'address': "603 E Calaveras Blvd, Milpitas, CA 95035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milpitas-CA-hsbc-bank').style.display = '';map = new google.maps.Map(document.getElementById('milpitas-CA-hsbc-bank'), mapOptions);}document.getElementById('7b5dbcd2').innerHTML += ' | View Map';var $l14710d7de3da7e6ca934070d7a5a329f = '

HSBC Bank

Address: 603 E Calaveras Blvd, Milpitas, CA 95035, USA
Phone: (800) 975-4722
';var m_14710d7de3da7e6ca934070d7a5a329f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HSBC Bank',});m_14710d7de3da7e6ca934070d7a5a329f['infowindow'] = new google.maps.InfoWindow({content: $l14710d7de3da7e6ca934070d7a5a329f});var infowindow = new google.maps.InfoWindow({content: $l14710d7de3da7e6ca934070d7a5a329f});google.maps.event.addListener(m_14710d7de3da7e6ca934070d7a5a329f, 'click', function() {infowindow.open(map,m_14710d7de3da7e6ca934070d7a5a329f);});$marker.push(m_14710d7de3da7e6ca934070d7a5a329f);}});}google.maps.event.addDomListener(window, 'load', initialize);