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.4776,-75.6016)};var g_a0876bd594362e51534eda0537faf697 = new google.maps.Geocoder();g_a0876bd594362e51534eda0537faf697.geocode( { 'address': "1598 N Main St, Peckville, PA 18452, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blakely-PA-fidelity-bank').style.display = '';map = new google.maps.Map(document.getElementById('blakely-PA-fidelity-bank'), mapOptions);}document.getElementById('0404522a').innerHTML += ' | View Map';var $la0876bd594362e51534eda0537faf697 = '

Fidelity Bank

Address: 1598 N Main St, Peckville, PA 18452, USA
Phone: (570) 483-3300
';var m_a0876bd594362e51534eda0537faf697 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank',});m_a0876bd594362e51534eda0537faf697['infowindow'] = new google.maps.InfoWindow({content: $la0876bd594362e51534eda0537faf697});var infowindow = new google.maps.InfoWindow({content: $la0876bd594362e51534eda0537faf697});google.maps.event.addListener(m_a0876bd594362e51534eda0537faf697, 'click', function() {infowindow.open(map,m_a0876bd594362e51534eda0537faf697);});$marker.push(m_a0876bd594362e51534eda0537faf697);}});}google.maps.event.addDomListener(window, 'load', initialize);