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_6497e8fdd8aa66a4db64b33e3908e39a = new google.maps.Geocoder();g_6497e8fdd8aa66a4db64b33e3908e39a.geocode( { 'address': "305 108th Ave NE, Bellevue, WA 98004"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellevue-WA-pacific-continental-bank').style.display = '';map = new google.maps.Map(document.getElementById('bellevue-WA-pacific-continental-bank'), mapOptions);}document.getElementById('3be3ccbb').innerHTML += ' | View Map';var $l6497e8fdd8aa66a4db64b33e3908e39a = '

Pacific Continental Bank

Address: 305 108th Ave NE, Bellevue, WA 98004
Phone: (425) 688-3793
';var m_6497e8fdd8aa66a4db64b33e3908e39a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific Continental Bank',});m_6497e8fdd8aa66a4db64b33e3908e39a['infowindow'] = new google.maps.InfoWindow({content: $l6497e8fdd8aa66a4db64b33e3908e39a});var infowindow = new google.maps.InfoWindow({content: $l6497e8fdd8aa66a4db64b33e3908e39a});google.maps.event.addListener(m_6497e8fdd8aa66a4db64b33e3908e39a, 'click', function() {infowindow.open(map,m_6497e8fdd8aa66a4db64b33e3908e39a);});$marker.push(m_6497e8fdd8aa66a4db64b33e3908e39a);}});}google.maps.event.addDomListener(window, 'load', initialize);