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(47.6172,-122.209)};var g_e64b501715515c69b555d5e27670a832 = new google.maps.Geocoder();g_e64b501715515c69b555d5e27670a832.geocode( { 'address': "13238 NE 20th St, Bellevue, WA 98005"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellevue-WA-cathay-bank').style.display = '';map = new google.maps.Map(document.getElementById('bellevue-WA-cathay-bank'), mapOptions);}document.getElementById('ad29afd7').innerHTML += ' | View Map';var $le64b501715515c69b555d5e27670a832 = '

Cathay Bank

Address: 13238 NE 20th St, Bellevue, WA 98005
Phone: (425) 644-8822
';var m_e64b501715515c69b555d5e27670a832 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cathay Bank',});m_e64b501715515c69b555d5e27670a832['infowindow'] = new google.maps.InfoWindow({content: $le64b501715515c69b555d5e27670a832});var infowindow = new google.maps.InfoWindow({content: $le64b501715515c69b555d5e27670a832});google.maps.event.addListener(m_e64b501715515c69b555d5e27670a832, 'click', function() {infowindow.open(map,m_e64b501715515c69b555d5e27670a832);});$marker.push(m_e64b501715515c69b555d5e27670a832);}});}google.maps.event.addDomListener(window, 'load', initialize);