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.3898,-124.24)};var g_25461b6e3420bb9241ffbc3fcb1fd10c = new google.maps.Geocoder();g_25461b6e3420bb9241ffbc3fcb1fd10c.geocode( { 'address': "2002 Inland Dr, North Bend, OR 97459, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-bend-OR-first-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-bend-OR-first-community-credit-union'), mapOptions);}document.getElementById('688c08ea').innerHTML += ' | View Map';var $l25461b6e3420bb9241ffbc3fcb1fd10c = '

First Community Credit Union

Address: 2002 Inland Dr, North Bend, OR 97459, USA
Phone: (541) 756-5415
';var m_25461b6e3420bb9241ffbc3fcb1fd10c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Credit Union',});m_25461b6e3420bb9241ffbc3fcb1fd10c['infowindow'] = new google.maps.InfoWindow({content: $l25461b6e3420bb9241ffbc3fcb1fd10c});var infowindow = new google.maps.InfoWindow({content: $l25461b6e3420bb9241ffbc3fcb1fd10c});google.maps.event.addListener(m_25461b6e3420bb9241ffbc3fcb1fd10c, 'click', function() {infowindow.open(map,m_25461b6e3420bb9241ffbc3fcb1fd10c);});$marker.push(m_25461b6e3420bb9241ffbc3fcb1fd10c);}});}google.maps.event.addDomListener(window, 'load', initialize);