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.521,-122.984)};var g_49a257dd9c6cd783a34e1543b0802070 = new google.maps.Geocoder();g_49a257dd9c6cd783a34e1543b0802070.geocode( { 'address': "434 SW Washington St, Hillsboro, OR 97123, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hillsboro-OR-first-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hillsboro-OR-first-community-credit-union'), mapOptions);}document.getElementById('6ed9049a').innerHTML += ' | View Map';var $l49a257dd9c6cd783a34e1543b0802070 = '

First Community Credit Union

Address: 434 SW Washington St, Hillsboro, OR 97123, USA
Phone: (503) 648-8642
';var m_49a257dd9c6cd783a34e1543b0802070 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Credit Union',});m_49a257dd9c6cd783a34e1543b0802070['infowindow'] = new google.maps.InfoWindow({content: $l49a257dd9c6cd783a34e1543b0802070});var infowindow = new google.maps.InfoWindow({content: $l49a257dd9c6cd783a34e1543b0802070});google.maps.event.addListener(m_49a257dd9c6cd783a34e1543b0802070, 'click', function() {infowindow.open(map,m_49a257dd9c6cd783a34e1543b0802070);});$marker.push(m_49a257dd9c6cd783a34e1543b0802070);}});}google.maps.event.addDomListener(window, 'load', initialize);