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()};var g_21fbc36d7ebdf028791fd50c01cffeda = new google.maps.Geocoder();g_21fbc36d7ebdf028791fd50c01cffeda.geocode( { 'address': "1250 Fullerton Rd, City Industry, CA 91748"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('city-industry-CA-cathay-bank').style.display = '';map = new google.maps.Map(document.getElementById('city-industry-CA-cathay-bank'), mapOptions);}document.getElementById('24d0eb27').innerHTML += ' | View Map';var $l21fbc36d7ebdf028791fd50c01cffeda = '

Cathay Bank

Address: 1250 Fullerton Rd, City Industry, CA 91748
Phone: (626) 810-1088
';var m_21fbc36d7ebdf028791fd50c01cffeda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cathay Bank',});m_21fbc36d7ebdf028791fd50c01cffeda['infowindow'] = new google.maps.InfoWindow({content: $l21fbc36d7ebdf028791fd50c01cffeda});var infowindow = new google.maps.InfoWindow({content: $l21fbc36d7ebdf028791fd50c01cffeda});google.maps.event.addListener(m_21fbc36d7ebdf028791fd50c01cffeda, 'click', function() {infowindow.open(map,m_21fbc36d7ebdf028791fd50c01cffeda);});$marker.push(m_21fbc36d7ebdf028791fd50c01cffeda);}});}google.maps.event.addDomListener(window, 'load', initialize);