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_539391ba0d99e421755749dafa9f5829 = new google.maps.Geocoder();g_539391ba0d99e421755749dafa9f5829.geocode( { 'address': "13231 SE 36th St, Bellevue, WA 98006"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellevue-WA-viking-bank').style.display = '';map = new google.maps.Map(document.getElementById('bellevue-WA-viking-bank'), mapOptions);}document.getElementById('9107fe0c').innerHTML += ' | View Map';var $l539391ba0d99e421755749dafa9f5829 = '

Viking Bank

Address: 13231 SE 36th St, Bellevue, WA 98006
Phone: (425) 467-0133
';var m_539391ba0d99e421755749dafa9f5829 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Viking Bank',});m_539391ba0d99e421755749dafa9f5829['infowindow'] = new google.maps.InfoWindow({content: $l539391ba0d99e421755749dafa9f5829});var infowindow = new google.maps.InfoWindow({content: $l539391ba0d99e421755749dafa9f5829});google.maps.event.addListener(m_539391ba0d99e421755749dafa9f5829, 'click', function() {infowindow.open(map,m_539391ba0d99e421755749dafa9f5829);});$marker.push(m_539391ba0d99e421755749dafa9f5829);}});}google.maps.event.addDomListener(window, 'load', initialize);