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(34.0899,-118.13)};var g_de065de12109af183b443867d510480b = new google.maps.Geocoder();g_de065de12109af183b443867d510480b.geocode( { 'address': "590 W Main St, Alhambra, CA 91801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alhambra-CA-hsbc-bank').style.display = '';map = new google.maps.Map(document.getElementById('alhambra-CA-hsbc-bank'), mapOptions);}document.getElementById('045160ab').innerHTML += ' | View Map';var $lde065de12109af183b443867d510480b = '

HSBC Bank

Address: 590 W Main St, Alhambra, CA 91801
Phone: (626) 588-9900
';var m_de065de12109af183b443867d510480b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HSBC Bank',});m_de065de12109af183b443867d510480b['infowindow'] = new google.maps.InfoWindow({content: $lde065de12109af183b443867d510480b});var infowindow = new google.maps.InfoWindow({content: $lde065de12109af183b443867d510480b});google.maps.event.addListener(m_de065de12109af183b443867d510480b, 'click', function() {infowindow.open(map,m_de065de12109af183b443867d510480b);});$marker.push(m_de065de12109af183b443867d510480b);}});}google.maps.event.addDomListener(window, 'load', initialize);