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.6224,-122.538)};var g_28f04061bd4af4f3db24f5db07acd8b2 = new google.maps.Geocoder();g_28f04061bd4af4f3db24f5db07acd8b2.geocode( { 'address': "203 SE Park Plaza Dr #120, Vancouver, WA 98684, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vancouver-WA-bank-of-the-pacific').style.display = '';map = new google.maps.Map(document.getElementById('vancouver-WA-bank-of-the-pacific'), mapOptions);}document.getElementById('12156c1e').innerHTML += ' | View Map';var $l28f04061bd4af4f3db24f5db07acd8b2 = '

Bank of the Pacific

Address: 203 SE Park Plaza Dr #120, Vancouver, WA 98684, USA
Phone: (360) 260-4545
';var m_28f04061bd4af4f3db24f5db07acd8b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Pacific',});m_28f04061bd4af4f3db24f5db07acd8b2['infowindow'] = new google.maps.InfoWindow({content: $l28f04061bd4af4f3db24f5db07acd8b2});var infowindow = new google.maps.InfoWindow({content: $l28f04061bd4af4f3db24f5db07acd8b2});google.maps.event.addListener(m_28f04061bd4af4f3db24f5db07acd8b2, 'click', function() {infowindow.open(map,m_28f04061bd4af4f3db24f5db07acd8b2);});$marker.push(m_28f04061bd4af4f3db24f5db07acd8b2);}});}google.maps.event.addDomListener(window, 'load', initialize);