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(45.2097,-123.198)};var g_8b886a5c6d6c17b40bcf17f556616561 = new google.maps.Geocoder();g_8b886a5c6d6c17b40bcf17f556616561.geocode( { 'address': "140 NE 3rd St, McMinnville, OR 97128, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcminnville-OR-first-federal-loan').style.display = '';map = new google.maps.Map(document.getElementById('mcminnville-OR-first-federal-loan'), mapOptions);}document.getElementById('24d851e4').innerHTML += ' | View Map';var $l8b886a5c6d6c17b40bcf17f556616561 = '

First Federal Loan

Address: 140 NE 3rd St, McMinnville, OR 97128, USA
Phone: (503) 435-3212
';var m_8b886a5c6d6c17b40bcf17f556616561 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Loan',});m_8b886a5c6d6c17b40bcf17f556616561['infowindow'] = new google.maps.InfoWindow({content: $l8b886a5c6d6c17b40bcf17f556616561});var infowindow = new google.maps.InfoWindow({content: $l8b886a5c6d6c17b40bcf17f556616561});google.maps.event.addListener(m_8b886a5c6d6c17b40bcf17f556616561, 'click', function() {infowindow.open(map,m_8b886a5c6d6c17b40bcf17f556616561);});$marker.push(m_8b886a5c6d6c17b40bcf17f556616561);}});}google.maps.event.addDomListener(window, 'load', initialize);