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.6113,-122.333)};var g_6ce0459910cfc8a3f0d3c6c2686d52b9 = new google.maps.Geocoder();g_6ce0459910cfc8a3f0d3c6c2686d52b9.geocode( { 'address': "1450 5th Ave, Seattle, WA 98101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seattle-WA-plaza-bank').style.display = '';map = new google.maps.Map(document.getElementById('seattle-WA-plaza-bank'), mapOptions);}document.getElementById('685d216d').innerHTML += ' | View Map';var $l6ce0459910cfc8a3f0d3c6c2686d52b9 = '

Plaza Bank

Address: 1450 5th Ave, Seattle, WA 98101
Phone: (206) 436-7600
';var m_6ce0459910cfc8a3f0d3c6c2686d52b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Plaza Bank',});m_6ce0459910cfc8a3f0d3c6c2686d52b9['infowindow'] = new google.maps.InfoWindow({content: $l6ce0459910cfc8a3f0d3c6c2686d52b9});var infowindow = new google.maps.InfoWindow({content: $l6ce0459910cfc8a3f0d3c6c2686d52b9});google.maps.event.addListener(m_6ce0459910cfc8a3f0d3c6c2686d52b9, 'click', function() {infowindow.open(map,m_6ce0459910cfc8a3f0d3c6c2686d52b9);});$marker.push(m_6ce0459910cfc8a3f0d3c6c2686d52b9);}});}google.maps.event.addDomListener(window, 'load', initialize);