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(40.9881,-78.4773)};var g_324a8e226f3c2035f808a59a707f7d47 = new google.maps.Geocoder();g_324a8e226f3c2035f808a59a707f7d47.geocode( { 'address': "8764 Clearfield Curwensville Hwy, Clearfield, PA 16830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clearfield-PA-timberland-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('clearfield-PA-timberland-federal-credit-union'), mapOptions);}document.getElementById('af75ccdf').innerHTML += ' | View Map';var $l324a8e226f3c2035f808a59a707f7d47 = '

Timberland Federal Credit Union

Address: 8764 Clearfield Curwensville Hwy, Clearfield, PA 16830, USA
Phone: (814) 765-1260
';var m_324a8e226f3c2035f808a59a707f7d47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Timberland Federal Credit Union',});m_324a8e226f3c2035f808a59a707f7d47['infowindow'] = new google.maps.InfoWindow({content: $l324a8e226f3c2035f808a59a707f7d47});var infowindow = new google.maps.InfoWindow({content: $l324a8e226f3c2035f808a59a707f7d47});google.maps.event.addListener(m_324a8e226f3c2035f808a59a707f7d47, 'click', function() {infowindow.open(map,m_324a8e226f3c2035f808a59a707f7d47);});$marker.push(m_324a8e226f3c2035f808a59a707f7d47);}});}google.maps.event.addDomListener(window, 'load', initialize);