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.6025,-79.1806)};var g_a6101db109c4529f60805430ce177318 = new google.maps.Geocoder();g_a6101db109c4529f60805430ce177318.geocode( { 'address': "1271 Indian Springs Rd, Indiana, PA 15701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indiana-PA-marion-center-bank').style.display = '';map = new google.maps.Map(document.getElementById('indiana-PA-marion-center-bank'), mapOptions);}document.getElementById('2c128283').innerHTML += ' | View Map';var $la6101db109c4529f60805430ce177318 = '

Marion Center Bank

Address: 1271 Indian Springs Rd, Indiana, PA 15701, USA
Phone: (724) 464-2265
';var m_a6101db109c4529f60805430ce177318 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marion Center Bank',});m_a6101db109c4529f60805430ce177318['infowindow'] = new google.maps.InfoWindow({content: $la6101db109c4529f60805430ce177318});var infowindow = new google.maps.InfoWindow({content: $la6101db109c4529f60805430ce177318});google.maps.event.addListener(m_a6101db109c4529f60805430ce177318, 'click', function() {infowindow.open(map,m_a6101db109c4529f60805430ce177318);});$marker.push(m_a6101db109c4529f60805430ce177318);}});}google.maps.event.addDomListener(window, 'load', initialize);