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_778076d6da4754c307b642cbdf9c07f4 = new google.maps.Geocoder();g_778076d6da4754c307b642cbdf9c07f4.geocode( { 'address': "408 W Main St, Alhambra, CA 91801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alhambra-CA-chang-hwa-commercial-bank').style.display = '';map = new google.maps.Map(document.getElementById('alhambra-CA-chang-hwa-commercial-bank'), mapOptions);}document.getElementById('f206bd7c').innerHTML += ' | View Map';var $l778076d6da4754c307b642cbdf9c07f4 = '

Chang Hwa Commercial Bank

Address: 408 W Main St, Alhambra, CA 91801
Phone: (626) 782-7180
';var m_778076d6da4754c307b642cbdf9c07f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chang Hwa Commercial Bank',});m_778076d6da4754c307b642cbdf9c07f4['infowindow'] = new google.maps.InfoWindow({content: $l778076d6da4754c307b642cbdf9c07f4});var infowindow = new google.maps.InfoWindow({content: $l778076d6da4754c307b642cbdf9c07f4});google.maps.event.addListener(m_778076d6da4754c307b642cbdf9c07f4, 'click', function() {infowindow.open(map,m_778076d6da4754c307b642cbdf9c07f4);});$marker.push(m_778076d6da4754c307b642cbdf9c07f4);}});}google.maps.event.addDomListener(window, 'load', initialize);