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(42.0542,-124.26)};var g_2f74830307a811c0bc3c2c9d87d6f693 = new google.maps.Geocoder();g_2f74830307a811c0bc3c2c9d87d6f693.geocode( { 'address': "729 Chetco Ave, Brookings, OR 97415"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brookings-OR-chetco-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('brookings-OR-chetco-federal-credit-union'), mapOptions);}document.getElementById('b57defcf').innerHTML += ' | View Map';var $l2f74830307a811c0bc3c2c9d87d6f693 = '

Chetco Federal Credit Union

Address: 729 Chetco Ave, Brookings, OR 97415
Phone: (541) 469-7700
';var m_2f74830307a811c0bc3c2c9d87d6f693 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chetco Federal Credit Union',});m_2f74830307a811c0bc3c2c9d87d6f693['infowindow'] = new google.maps.InfoWindow({content: $l2f74830307a811c0bc3c2c9d87d6f693});var infowindow = new google.maps.InfoWindow({content: $l2f74830307a811c0bc3c2c9d87d6f693});google.maps.event.addListener(m_2f74830307a811c0bc3c2c9d87d6f693, 'click', function() {infowindow.open(map,m_2f74830307a811c0bc3c2c9d87d6f693);});$marker.push(m_2f74830307a811c0bc3c2c9d87d6f693);}});}google.maps.event.addDomListener(window, 'load', initialize);