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.6233,-79.1569)};var g_debcca9090f0870130cf7565f813c5a3 = new google.maps.Geocoder();g_debcca9090f0870130cf7565f813c5a3.geocode( { 'address': "935 Philadelphia St, Indiana, PA 15701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indiana-PA-indiana-first-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('indiana-PA-indiana-first-savings-bank'), mapOptions);}document.getElementById('2f3c42ed').innerHTML += ' | View Map';var $ldebcca9090f0870130cf7565f813c5a3 = '

Indiana First Savings Bank

Address: 935 Philadelphia St, Indiana, PA 15701, USA
Phone: (724) 349-2810
';var m_debcca9090f0870130cf7565f813c5a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Indiana First Savings Bank',});m_debcca9090f0870130cf7565f813c5a3['infowindow'] = new google.maps.InfoWindow({content: $ldebcca9090f0870130cf7565f813c5a3});var infowindow = new google.maps.InfoWindow({content: $ldebcca9090f0870130cf7565f813c5a3});google.maps.event.addListener(m_debcca9090f0870130cf7565f813c5a3, 'click', function() {infowindow.open(map,m_debcca9090f0870130cf7565f813c5a3);});$marker.push(m_debcca9090f0870130cf7565f813c5a3);}});}google.maps.event.addDomListener(window, 'load', initialize);