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.0121,-79.125)};var g_a10204363835bb19f4c8a3a8f404b0b9 = new google.maps.Geocoder();g_a10204363835bb19f4c8a3a8f404b0b9.geocode( { 'address': "214 E Union St, Somerset, PA 15501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('somerset-PA-indiana-first-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('somerset-PA-indiana-first-savings-bank'), mapOptions);}document.getElementById('597cc76e').innerHTML += ' | View Map';var $la10204363835bb19f4c8a3a8f404b0b9 = '

Indiana First Savings Bank

Address: 214 E Union St, Somerset, PA 15501
Phone: (814) 701-2424
';var m_a10204363835bb19f4c8a3a8f404b0b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Indiana First Savings Bank',});m_a10204363835bb19f4c8a3a8f404b0b9['infowindow'] = new google.maps.InfoWindow({content: $la10204363835bb19f4c8a3a8f404b0b9});var infowindow = new google.maps.InfoWindow({content: $la10204363835bb19f4c8a3a8f404b0b9});google.maps.event.addListener(m_a10204363835bb19f4c8a3a8f404b0b9, 'click', function() {infowindow.open(map,m_a10204363835bb19f4c8a3a8f404b0b9);});$marker.push(m_a10204363835bb19f4c8a3a8f404b0b9);}});}google.maps.event.addDomListener(window, 'load', initialize);