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(45.643,-122.676)};var g_64b3addf459c502d536cd46d3fbf8cae = new google.maps.Geocoder();g_64b3addf459c502d536cd46d3fbf8cae.geocode( { 'address': "6407 Ne 117th Ave, STE A, Vancouver, WA 98662"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vancouver-WA-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('vancouver-WA-u-s-bank'), mapOptions);}document.getElementById('f6f9d3f5').innerHTML += ' | View Map';var $l64b3addf459c502d536cd46d3fbf8cae = '

U S Bank

Address: 6407 Ne 117th Ave, STE A, Vancouver, WA 98662
Phone: (360) 892-7790
';var m_64b3addf459c502d536cd46d3fbf8cae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U S Bank',});m_64b3addf459c502d536cd46d3fbf8cae['infowindow'] = new google.maps.InfoWindow({content: $l64b3addf459c502d536cd46d3fbf8cae});var infowindow = new google.maps.InfoWindow({content: $l64b3addf459c502d536cd46d3fbf8cae});google.maps.event.addListener(m_64b3addf459c502d536cd46d3fbf8cae, 'click', function() {infowindow.open(map,m_64b3addf459c502d536cd46d3fbf8cae);});$marker.push(m_64b3addf459c502d536cd46d3fbf8cae);}});var g_5020d4740d9dc02092f0d75e7ca6cb81 = new google.maps.Geocoder();g_5020d4740d9dc02092f0d75e7ca6cb81.geocode( { 'address': "7003 Ne 40th St, Vancouver, WA 98661"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vancouver-WA-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('vancouver-WA-u-s-bank'), mapOptions);}document.getElementById('b0b18cd0').innerHTML += ' | View Map';var $l5020d4740d9dc02092f0d75e7ca6cb81 = '

U S Bank

Address: 7003 Ne 40th St, Vancouver, WA 98661
Phone: (360) 260-0221
';var m_5020d4740d9dc02092f0d75e7ca6cb81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U S Bank',});m_5020d4740d9dc02092f0d75e7ca6cb81['infowindow'] = new google.maps.InfoWindow({content: $l5020d4740d9dc02092f0d75e7ca6cb81});var infowindow = new google.maps.InfoWindow({content: $l5020d4740d9dc02092f0d75e7ca6cb81});google.maps.event.addListener(m_5020d4740d9dc02092f0d75e7ca6cb81, 'click', function() {infowindow.open(map,m_5020d4740d9dc02092f0d75e7ca6cb81);});$marker.push(m_5020d4740d9dc02092f0d75e7ca6cb81);}});}google.maps.event.addDomListener(window, 'load', initialize);