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(43.4008,-124.239)};var g_2150efa649c97d89173ef907ac5a4b0f = new google.maps.Geocoder();g_2150efa649c97d89173ef907ac5a4b0f.geocode( { 'address': "2438 Broadway Ave, North Bend, OR 97459, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-bend-OR-south-coast-ilwu-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-bend-OR-south-coast-ilwu-federal-credit-union'), mapOptions);}document.getElementById('7e836d17').innerHTML += ' | View Map';var $l2150efa649c97d89173ef907ac5a4b0f = '

South Coast ILWU Federal Credit Union

Address: 2438 Broadway Ave, North Bend, OR 97459, USA
Phone: (541) 756-5746
';var m_2150efa649c97d89173ef907ac5a4b0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Coast ILWU Federal Credit Union',});m_2150efa649c97d89173ef907ac5a4b0f['infowindow'] = new google.maps.InfoWindow({content: $l2150efa649c97d89173ef907ac5a4b0f});var infowindow = new google.maps.InfoWindow({content: $l2150efa649c97d89173ef907ac5a4b0f});google.maps.event.addListener(m_2150efa649c97d89173ef907ac5a4b0f, 'click', function() {infowindow.open(map,m_2150efa649c97d89173ef907ac5a4b0f);});$marker.push(m_2150efa649c97d89173ef907ac5a4b0f);}});}google.maps.event.addDomListener(window, 'load', initialize);