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.9132,-77.7785)};var g_15c00b5250ddedaabc203b67f8b034fd = new google.maps.Geocoder();g_15c00b5250ddedaabc203b67f8b034fd.geocode( { 'address': "137 N Allegheny St, Bellefonte, PA 16823, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellefonte-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('bellefonte-PA-first-national-bank'), mapOptions);}document.getElementById('1b6be72c').innerHTML += ' | View Map';var $l15c00b5250ddedaabc203b67f8b034fd = '

First National Bank

Address: 137 N Allegheny St, Bellefonte, PA 16823, USA
Phone: (814) 357-0121
';var m_15c00b5250ddedaabc203b67f8b034fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_15c00b5250ddedaabc203b67f8b034fd['infowindow'] = new google.maps.InfoWindow({content: $l15c00b5250ddedaabc203b67f8b034fd});var infowindow = new google.maps.InfoWindow({content: $l15c00b5250ddedaabc203b67f8b034fd});google.maps.event.addListener(m_15c00b5250ddedaabc203b67f8b034fd, 'click', function() {infowindow.open(map,m_15c00b5250ddedaabc203b67f8b034fd);});$marker.push(m_15c00b5250ddedaabc203b67f8b034fd);}});}google.maps.event.addDomListener(window, 'load', initialize);