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_c444130bc77b929a0d532c8a4a2901a1 = new google.maps.Geocoder();g_c444130bc77b929a0d532c8a4a2901a1.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-bank').style.display = '';map = new google.maps.Map(document.getElementById('indiana-PA-indiana-first-bank'), mapOptions);}document.getElementById('2f3c42ed').innerHTML += ' | View Map';var $lc444130bc77b929a0d532c8a4a2901a1 = '

Indiana First Bank

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