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_63c94b74065fc62f96c334f08c534843 = new google.maps.Geocoder();g_63c94b74065fc62f96c334f08c534843.geocode( { 'address': "11201 SE 8th St, Bellevue, WA 98004"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellevue-WA-great-western-bank').style.display = '';map = new google.maps.Map(document.getElementById('bellevue-WA-great-western-bank'), mapOptions);}document.getElementById('6996fcc6').innerHTML += ' | View Map';var $l63c94b74065fc62f96c334f08c534843 = '

Great Western Bank

Address: 11201 SE 8th St, Bellevue, WA 98004
Phone: (425) 451-2090
';var m_63c94b74065fc62f96c334f08c534843 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Western Bank',});m_63c94b74065fc62f96c334f08c534843['infowindow'] = new google.maps.InfoWindow({content: $l63c94b74065fc62f96c334f08c534843});var infowindow = new google.maps.InfoWindow({content: $l63c94b74065fc62f96c334f08c534843});google.maps.event.addListener(m_63c94b74065fc62f96c334f08c534843, 'click', function() {infowindow.open(map,m_63c94b74065fc62f96c334f08c534843);});$marker.push(m_63c94b74065fc62f96c334f08c534843);}});}google.maps.event.addDomListener(window, 'load', initialize);