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.1126,-118.09)};var g_6724f915fc445238fe519275ad3cc1b1 = new google.maps.Geocoder();g_6724f915fc445238fe519275ad3cc1b1.geocode( { 'address': "168 W Valley Blvd, San Gabriel, CA 91776"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-gabriel-CA-bank-of-east-asia').style.display = '';map = new google.maps.Map(document.getElementById('san-gabriel-CA-bank-of-east-asia'), mapOptions);}document.getElementById('fdc42317').innerHTML += ' | View Map';var $l6724f915fc445238fe519275ad3cc1b1 = '

Bank Of East Asia

Address: 168 W Valley Blvd, San Gabriel, CA 91776
Phone: (626) 656-0888
';var m_6724f915fc445238fe519275ad3cc1b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of East Asia',});m_6724f915fc445238fe519275ad3cc1b1['infowindow'] = new google.maps.InfoWindow({content: $l6724f915fc445238fe519275ad3cc1b1});var infowindow = new google.maps.InfoWindow({content: $l6724f915fc445238fe519275ad3cc1b1});google.maps.event.addListener(m_6724f915fc445238fe519275ad3cc1b1, 'click', function() {infowindow.open(map,m_6724f915fc445238fe519275ad3cc1b1);});$marker.push(m_6724f915fc445238fe519275ad3cc1b1);}});}google.maps.event.addDomListener(window, 'load', initialize);