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.5985,-122.504)};var g_5049e9e34b4abf6155aacb2dc27d9f2a = new google.maps.Geocoder();g_5049e9e34b4abf6155aacb2dc27d9f2a.geocode( { 'address': "3100 SE 164th Ave, Vancouver, WA 98683, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vancouver-WA-community-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('vancouver-WA-community-financial-corporation'), mapOptions);}document.getElementById('cd702c84').innerHTML += ' | View Map';var $l5049e9e34b4abf6155aacb2dc27d9f2a = '

Community Financial Corporation

Address: 3100 SE 164th Ave, Vancouver, WA 98683, USA
Phone: (360) 885-1252
';var m_5049e9e34b4abf6155aacb2dc27d9f2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Financial Corporation',});m_5049e9e34b4abf6155aacb2dc27d9f2a['infowindow'] = new google.maps.InfoWindow({content: $l5049e9e34b4abf6155aacb2dc27d9f2a});var infowindow = new google.maps.InfoWindow({content: $l5049e9e34b4abf6155aacb2dc27d9f2a});google.maps.event.addListener(m_5049e9e34b4abf6155aacb2dc27d9f2a, 'click', function() {infowindow.open(map,m_5049e9e34b4abf6155aacb2dc27d9f2a);});$marker.push(m_5049e9e34b4abf6155aacb2dc27d9f2a);}});}google.maps.event.addDomListener(window, 'load', initialize);