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.9448,-78.9783)};var g_41c4601149dbd30948a810b8a7843284 = new google.maps.Geocoder();g_41c4601149dbd30948a810b8a7843284.geocode( { 'address': "559 W Mahoning St, Punxsutawney, PA 15767"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('punxsutawney-PA-cnb-bank').style.display = '';map = new google.maps.Map(document.getElementById('punxsutawney-PA-cnb-bank'), mapOptions);}document.getElementById('1c547a8a').innerHTML += ' | View Map';var $l41c4601149dbd30948a810b8a7843284 = '

Cnb Bank

Address: 559 W Mahoning St, Punxsutawney, PA 15767
Phone: (814) 938-2615
';var m_41c4601149dbd30948a810b8a7843284 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cnb Bank',});m_41c4601149dbd30948a810b8a7843284['infowindow'] = new google.maps.InfoWindow({content: $l41c4601149dbd30948a810b8a7843284});var infowindow = new google.maps.InfoWindow({content: $l41c4601149dbd30948a810b8a7843284});google.maps.event.addListener(m_41c4601149dbd30948a810b8a7843284, 'click', function() {infowindow.open(map,m_41c4601149dbd30948a810b8a7843284);});$marker.push(m_41c4601149dbd30948a810b8a7843284);}});}google.maps.event.addDomListener(window, 'load', initialize);