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.2348,-78.8317)};var g_16f1ac6b8313bfc79b4faa923403b978 = new google.maps.Geocoder();g_16f1ac6b8313bfc79b4faa923403b978.geocode( { 'address': "1512 Jefferson Ave, Windber, PA 15963, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windber-PA-slovenian-savings--loan-association').style.display = '';map = new google.maps.Map(document.getElementById('windber-PA-slovenian-savings--loan-association'), mapOptions);}document.getElementById('15920b29').innerHTML += ' | View Map';var $l16f1ac6b8313bfc79b4faa923403b978 = '

Slovenian Savings & Loan Association

Address: 1512 Jefferson Ave, Windber, PA 15963, USA
Phone: (814) 467-8837
';var m_16f1ac6b8313bfc79b4faa923403b978 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Slovenian Savings & Loan Association',});m_16f1ac6b8313bfc79b4faa923403b978['infowindow'] = new google.maps.InfoWindow({content: $l16f1ac6b8313bfc79b4faa923403b978});var infowindow = new google.maps.InfoWindow({content: $l16f1ac6b8313bfc79b4faa923403b978});google.maps.event.addListener(m_16f1ac6b8313bfc79b4faa923403b978, 'click', function() {infowindow.open(map,m_16f1ac6b8313bfc79b4faa923403b978);});$marker.push(m_16f1ac6b8313bfc79b4faa923403b978);}});}google.maps.event.addDomListener(window, 'load', initialize);