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_a21556edee0f9cf349e1ce79c995691a = new google.maps.Geocoder();g_a21556edee0f9cf349e1ce79c995691a.geocode( { 'address': "500 108th Ave NE, Bellevue, WA 98004"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellevue-WA-gbc-international-bank').style.display = '';map = new google.maps.Map(document.getElementById('bellevue-WA-gbc-international-bank'), mapOptions);}document.getElementById('d863b3e6').innerHTML += ' | View Map';var $la21556edee0f9cf349e1ce79c995691a = '

Gbc International Bank

Address: 500 108th Ave NE, Bellevue, WA 98004
Phone: (425) 453-5051
';var m_a21556edee0f9cf349e1ce79c995691a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gbc International Bank',});m_a21556edee0f9cf349e1ce79c995691a['infowindow'] = new google.maps.InfoWindow({content: $la21556edee0f9cf349e1ce79c995691a});var infowindow = new google.maps.InfoWindow({content: $la21556edee0f9cf349e1ce79c995691a});google.maps.event.addListener(m_a21556edee0f9cf349e1ce79c995691a, 'click', function() {infowindow.open(map,m_a21556edee0f9cf349e1ce79c995691a);});$marker.push(m_a21556edee0f9cf349e1ce79c995691a);}});}google.maps.event.addDomListener(window, 'load', initialize);