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(44.9303,-123.308)};var g_08913a2e8cbcc8bf302a8554782add46 = new google.maps.Geocoder();g_08913a2e8cbcc8bf302a8554782add46.geocode( { 'address': "372 E Ellendale Ave, Dallas, OR 97338, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-OR-first-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dallas-OR-first-community-credit-union'), mapOptions);}document.getElementById('b4e06ff1').innerHTML += ' | View Map';var $l08913a2e8cbcc8bf302a8554782add46 = '

First Community Credit Union

Address: 372 E Ellendale Ave, Dallas, OR 97338, USA
Phone: (503) 831-3331
';var m_08913a2e8cbcc8bf302a8554782add46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Credit Union',});m_08913a2e8cbcc8bf302a8554782add46['infowindow'] = new google.maps.InfoWindow({content: $l08913a2e8cbcc8bf302a8554782add46});var infowindow = new google.maps.InfoWindow({content: $l08913a2e8cbcc8bf302a8554782add46});google.maps.event.addListener(m_08913a2e8cbcc8bf302a8554782add46, 'click', function() {infowindow.open(map,m_08913a2e8cbcc8bf302a8554782add46);});$marker.push(m_08913a2e8cbcc8bf302a8554782add46);}});}google.maps.event.addDomListener(window, 'load', initialize);