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.3068,-78.9255)};var g_54e6004b6582e10b9133900cf885a313 = new google.maps.Geocoder();g_54e6004b6582e10b9133900cf885a313.geocode( { 'address': "901 Menoher Blvd B, Johnstown, PA 15905, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnstown-PA-indiana-first-bank-lending-office').style.display = '';map = new google.maps.Map(document.getElementById('johnstown-PA-indiana-first-bank-lending-office'), mapOptions);}document.getElementById('c53e32fb').innerHTML += ' | View Map';var $l54e6004b6582e10b9133900cf885a313 = '

Indiana First Bank Lending Office

Address: 901 Menoher Blvd B, Johnstown, PA 15905, USA
Phone: (814) 534-0470
';var m_54e6004b6582e10b9133900cf885a313 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Indiana First Bank Lending Office',});m_54e6004b6582e10b9133900cf885a313['infowindow'] = new google.maps.InfoWindow({content: $l54e6004b6582e10b9133900cf885a313});var infowindow = new google.maps.InfoWindow({content: $l54e6004b6582e10b9133900cf885a313});google.maps.event.addListener(m_54e6004b6582e10b9133900cf885a313, 'click', function() {infowindow.open(map,m_54e6004b6582e10b9133900cf885a313);});$marker.push(m_54e6004b6582e10b9133900cf885a313);}});}google.maps.event.addDomListener(window, 'load', initialize);