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(41.2089,-79.3679)};var g_4122cb13c7a474c1976c9706ae36521d = new google.maps.Geocoder();g_4122cb13c7a474c1976c9706ae36521d.geocode( { 'address': "1281 E Main St, Clarion, PA 16214, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarion-PA-atm-pnc-bank').style.display = '';map = new google.maps.Map(document.getElementById('clarion-PA-atm-pnc-bank'), mapOptions);}document.getElementById('3715a2e3').innerHTML += ' | View Map';var $l4122cb13c7a474c1976c9706ae36521d = '

ATM PNC Bank

Address: 1281 E Main St, Clarion, PA 16214, USA
Phone:
';var m_4122cb13c7a474c1976c9706ae36521d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM PNC Bank',});m_4122cb13c7a474c1976c9706ae36521d['infowindow'] = new google.maps.InfoWindow({content: $l4122cb13c7a474c1976c9706ae36521d});var infowindow = new google.maps.InfoWindow({content: $l4122cb13c7a474c1976c9706ae36521d});google.maps.event.addListener(m_4122cb13c7a474c1976c9706ae36521d, 'click', function() {infowindow.open(map,m_4122cb13c7a474c1976c9706ae36521d);});$marker.push(m_4122cb13c7a474c1976c9706ae36521d);}});}google.maps.event.addDomListener(window, 'load', initialize);