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.1761,-124.187)};var g_49097850a21f7288261738ae0d9e6ed6 = new google.maps.Geocoder();g_49097850a21f7288261738ae0d9e6ed6.geocode( { 'address': "200 N Adams St, Coquille, OR 97423, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coquille-OR-first-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('coquille-OR-first-community-credit-union'), mapOptions);}document.getElementById('cf170640').innerHTML += ' | View Map';var $l49097850a21f7288261738ae0d9e6ed6 = '

First Community Credit Union

Address: 200 N Adams St, Coquille, OR 97423, USA
Phone: (541) 396-2145
';var m_49097850a21f7288261738ae0d9e6ed6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Credit Union',});m_49097850a21f7288261738ae0d9e6ed6['infowindow'] = new google.maps.InfoWindow({content: $l49097850a21f7288261738ae0d9e6ed6});var infowindow = new google.maps.InfoWindow({content: $l49097850a21f7288261738ae0d9e6ed6});google.maps.event.addListener(m_49097850a21f7288261738ae0d9e6ed6, 'click', function() {infowindow.open(map,m_49097850a21f7288261738ae0d9e6ed6);});$marker.push(m_49097850a21f7288261738ae0d9e6ed6);}});}google.maps.event.addDomListener(window, 'load', initialize);