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()};var g_884b7d5a361bb6467e0bc64556ec4d7e = new google.maps.Geocoder();g_884b7d5a361bb6467e0bc64556ec4d7e.geocode( { 'address': "511 Scranton Carbondale Hwy, Eynon, PA 18403"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eynon-PA-fidelity-deposit-disc-bank').style.display = '';map = new google.maps.Map(document.getElementById('eynon-PA-fidelity-deposit-disc-bank'), mapOptions);}document.getElementById('c2a93eda').innerHTML += ' | View Map';var $l884b7d5a361bb6467e0bc64556ec4d7e = '

Fidelity Deposit & Disc Bank

Address: 511 Scranton Carbondale Hwy, Eynon, PA 18403
Phone: (570) 521-5000
';var m_884b7d5a361bb6467e0bc64556ec4d7e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Deposit & Disc Bank',});m_884b7d5a361bb6467e0bc64556ec4d7e['infowindow'] = new google.maps.InfoWindow({content: $l884b7d5a361bb6467e0bc64556ec4d7e});var infowindow = new google.maps.InfoWindow({content: $l884b7d5a361bb6467e0bc64556ec4d7e});google.maps.event.addListener(m_884b7d5a361bb6467e0bc64556ec4d7e, 'click', function() {infowindow.open(map,m_884b7d5a361bb6467e0bc64556ec4d7e);});$marker.push(m_884b7d5a361bb6467e0bc64556ec4d7e);}});}google.maps.event.addDomListener(window, 'load', initialize);