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.1228,-80.0055)};var g_ad1dc188240785dd12c21e40524dbbcd = new google.maps.Geocoder();g_ad1dc188240785dd12c21e40524dbbcd.geocode( { 'address': "919 Main St, Bentleyville, PA 15314, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bentleyville-PA-charleroi-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('bentleyville-PA-charleroi-federal-savings-bank'), mapOptions);}document.getElementById('27670f91').innerHTML += ' | View Map';var $lad1dc188240785dd12c21e40524dbbcd = '

Charleroi Federal Savings Bank

Address: 919 Main St, Bentleyville, PA 15314, USA
Phone: (724) 239-4300
';var m_ad1dc188240785dd12c21e40524dbbcd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Charleroi Federal Savings Bank',});m_ad1dc188240785dd12c21e40524dbbcd['infowindow'] = new google.maps.InfoWindow({content: $lad1dc188240785dd12c21e40524dbbcd});var infowindow = new google.maps.InfoWindow({content: $lad1dc188240785dd12c21e40524dbbcd});google.maps.event.addListener(m_ad1dc188240785dd12c21e40524dbbcd, 'click', function() {infowindow.open(map,m_ad1dc188240785dd12c21e40524dbbcd);});$marker.push(m_ad1dc188240785dd12c21e40524dbbcd);}});}google.maps.event.addDomListener(window, 'load', initialize);