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_0e989f4a6aadbc87ee25f12ff7c44088 = new google.maps.Geocoder();g_0e989f4a6aadbc87ee25f12ff7c44088.geocode( { 'address': "323 W Valley Blvd, Alhambra, CA 91803"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alhambra-CA-citic-bank-international-ltd').style.display = '';map = new google.maps.Map(document.getElementById('alhambra-CA-citic-bank-international-ltd'), mapOptions);}document.getElementById('d2581ce9').innerHTML += ' | View Map';var $l0e989f4a6aadbc87ee25f12ff7c44088 = '

Citic Bank International LTD

Address: 323 W Valley Blvd, Alhambra, CA 91803
Phone: (626) 282-9820
';var m_0e989f4a6aadbc87ee25f12ff7c44088 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citic Bank International LTD',});m_0e989f4a6aadbc87ee25f12ff7c44088['infowindow'] = new google.maps.InfoWindow({content: $l0e989f4a6aadbc87ee25f12ff7c44088});var infowindow = new google.maps.InfoWindow({content: $l0e989f4a6aadbc87ee25f12ff7c44088});google.maps.event.addListener(m_0e989f4a6aadbc87ee25f12ff7c44088, 'click', function() {infowindow.open(map,m_0e989f4a6aadbc87ee25f12ff7c44088);});$marker.push(m_0e989f4a6aadbc87ee25f12ff7c44088);}});}google.maps.event.addDomListener(window, 'load', initialize);