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_0e48b22c04a8b9de9525c0c5134b89a0 = new google.maps.Geocoder();g_0e48b22c04a8b9de9525c0c5134b89a0.geocode( { 'address': "16001 Aurora Ave N, Shoreline, WA 98133"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shoreline-WA-gbc-international-bank').style.display = '';map = new google.maps.Map(document.getElementById('shoreline-WA-gbc-international-bank'), mapOptions);}document.getElementById('59993539').innerHTML += ' | View Map';var $l0e48b22c04a8b9de9525c0c5134b89a0 = '

GBC International Bank

Address: 16001 Aurora Ave N, Shoreline, WA 98133
Phone: (206) 546-8484
';var m_0e48b22c04a8b9de9525c0c5134b89a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GBC International Bank',});m_0e48b22c04a8b9de9525c0c5134b89a0['infowindow'] = new google.maps.InfoWindow({content: $l0e48b22c04a8b9de9525c0c5134b89a0});var infowindow = new google.maps.InfoWindow({content: $l0e48b22c04a8b9de9525c0c5134b89a0});google.maps.event.addListener(m_0e48b22c04a8b9de9525c0c5134b89a0, 'click', function() {infowindow.open(map,m_0e48b22c04a8b9de9525c0c5134b89a0);});$marker.push(m_0e48b22c04a8b9de9525c0c5134b89a0);}});}google.maps.event.addDomListener(window, 'load', initialize);