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_494881437c0a5d8af3cafc916b040d6f = new google.maps.Geocoder();g_494881437c0a5d8af3cafc916b040d6f.geocode( { 'address': "201 E Valley Blvd, Alhambra, CA 91801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alhambra-CA-wing-lung-bank').style.display = '';map = new google.maps.Map(document.getElementById('alhambra-CA-wing-lung-bank'), mapOptions);}document.getElementById('9db091ba').innerHTML += ' | View Map';var $l494881437c0a5d8af3cafc916b040d6f = '

Wing Lung Bank

Address: 201 E Valley Blvd, Alhambra, CA 91801
Phone: (626) 656-8100
';var m_494881437c0a5d8af3cafc916b040d6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wing Lung Bank',});m_494881437c0a5d8af3cafc916b040d6f['infowindow'] = new google.maps.InfoWindow({content: $l494881437c0a5d8af3cafc916b040d6f});var infowindow = new google.maps.InfoWindow({content: $l494881437c0a5d8af3cafc916b040d6f});google.maps.event.addListener(m_494881437c0a5d8af3cafc916b040d6f, 'click', function() {infowindow.open(map,m_494881437c0a5d8af3cafc916b040d6f);});$marker.push(m_494881437c0a5d8af3cafc916b040d6f);}});}google.maps.event.addDomListener(window, 'load', initialize);