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(42.2148,-121.743)};var g_576a474e0f147b956cd7d5e50f180929 = new google.maps.Geocoder();g_576a474e0f147b956cd7d5e50f180929.geocode( { 'address': "3737 Shasta Way, Klamath Falls, OR 97603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('klamath-falls-OR-klamath-public-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('klamath-falls-OR-klamath-public-employees-federal-credit-union'), mapOptions);}document.getElementById('cf098a95').innerHTML += ' | View Map';var $l576a474e0f147b956cd7d5e50f180929 = '

Klamath Public Employees Federal Credit Union

Address: 3737 Shasta Way, Klamath Falls, OR 97603, USA
Phone: (541) 882-5525
';var m_576a474e0f147b956cd7d5e50f180929 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Klamath Public Employees Federal Credit Union',});m_576a474e0f147b956cd7d5e50f180929['infowindow'] = new google.maps.InfoWindow({content: $l576a474e0f147b956cd7d5e50f180929});var infowindow = new google.maps.InfoWindow({content: $l576a474e0f147b956cd7d5e50f180929});google.maps.event.addListener(m_576a474e0f147b956cd7d5e50f180929, 'click', function() {infowindow.open(map,m_576a474e0f147b956cd7d5e50f180929);});$marker.push(m_576a474e0f147b956cd7d5e50f180929);}});}google.maps.event.addDomListener(window, 'load', initialize);