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.0985,-123.207)};var g_c1664d589efa84a04fbbceac4dac67df = new google.maps.Geocoder();g_c1664d589efa84a04fbbceac4dac67df.geocode( { 'address': "110 Maddox Ave, Amity, OR 97101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amity-OR-first-federal-savings-loan').style.display = '';map = new google.maps.Map(document.getElementById('amity-OR-first-federal-savings-loan'), mapOptions);}document.getElementById('064faa6d').innerHTML += ' | View Map';var $lc1664d589efa84a04fbbceac4dac67df = '

First Federal Savings & Loan

Address: 110 Maddox Ave, Amity, OR 97101
Phone: (503) 835-1033
';var m_c1664d589efa84a04fbbceac4dac67df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings & Loan',});m_c1664d589efa84a04fbbceac4dac67df['infowindow'] = new google.maps.InfoWindow({content: $lc1664d589efa84a04fbbceac4dac67df});var infowindow = new google.maps.InfoWindow({content: $lc1664d589efa84a04fbbceac4dac67df});google.maps.event.addListener(m_c1664d589efa84a04fbbceac4dac67df, 'click', function() {infowindow.open(map,m_c1664d589efa84a04fbbceac4dac67df);});$marker.push(m_c1664d589efa84a04fbbceac4dac67df);}});}google.maps.event.addDomListener(window, 'load', initialize);