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.1768,-124.186)};var g_c235d0058212d5a8fa607cc6fdd1c1e6 = new google.maps.Geocoder();g_c235d0058212d5a8fa607cc6fdd1c1e6.geocode( { 'address': "280 N Collier St, Coquille, OR 97423, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coquille-OR-coquille-student-loan-fund').style.display = '';map = new google.maps.Map(document.getElementById('coquille-OR-coquille-student-loan-fund'), mapOptions);}document.getElementById('aa4fe904').innerHTML += ' | View Map';var $lc235d0058212d5a8fa607cc6fdd1c1e6 = '

Coquille Student Loan Fund

Address: 280 N Collier St, Coquille, OR 97423, USA
Phone: (541) 396-2691
';var m_c235d0058212d5a8fa607cc6fdd1c1e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coquille Student Loan Fund',});m_c235d0058212d5a8fa607cc6fdd1c1e6['infowindow'] = new google.maps.InfoWindow({content: $lc235d0058212d5a8fa607cc6fdd1c1e6});var infowindow = new google.maps.InfoWindow({content: $lc235d0058212d5a8fa607cc6fdd1c1e6});google.maps.event.addListener(m_c235d0058212d5a8fa607cc6fdd1c1e6, 'click', function() {infowindow.open(map,m_c235d0058212d5a8fa607cc6fdd1c1e6);});$marker.push(m_c235d0058212d5a8fa607cc6fdd1c1e6);}});}google.maps.event.addDomListener(window, 'load', initialize);