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(32.7153,-117.163)};var g_26a6d47f3e01f6428a7467ad6f08f798 = new google.maps.Geocoder();g_26a6d47f3e01f6428a7467ad6f08f798.geocode( { 'address': "225 Broadway, San Diego, CA 92101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-hsbc-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-hsbc-bank'), mapOptions);}document.getElementById('c641efb2').innerHTML += ' | View Map';var $l26a6d47f3e01f6428a7467ad6f08f798 = '

HSBC Bank

Address: 225 Broadway, San Diego, CA 92101, USA
Phone: (800) 975-4722
';var m_26a6d47f3e01f6428a7467ad6f08f798 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HSBC Bank',});m_26a6d47f3e01f6428a7467ad6f08f798['infowindow'] = new google.maps.InfoWindow({content: $l26a6d47f3e01f6428a7467ad6f08f798});var infowindow = new google.maps.InfoWindow({content: $l26a6d47f3e01f6428a7467ad6f08f798});google.maps.event.addListener(m_26a6d47f3e01f6428a7467ad6f08f798, 'click', function() {infowindow.open(map,m_26a6d47f3e01f6428a7467ad6f08f798);});$marker.push(m_26a6d47f3e01f6428a7467ad6f08f798);}});}google.maps.event.addDomListener(window, 'load', initialize);