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.4094,-75.6669)};var g_b185b9e940ba9ce22bba13e31ab60e3b = new google.maps.Geocoder();g_b185b9e940ba9ce22bba13e31ab60e3b.geocode( { 'address': "129 Penn Ave, Scranton, PA 18503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scranton-PA-scranton-times-downtown-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('scranton-PA-scranton-times-downtown-federal-credit-union'), mapOptions);}document.getElementById('9c5ce490').innerHTML += ' | View Map';var $lb185b9e940ba9ce22bba13e31ab60e3b = '

Scranton Times Downtown Federal Credit Union

Address: 129 Penn Ave, Scranton, PA 18503, USA
Phone: (570) 348-9192
';var m_b185b9e940ba9ce22bba13e31ab60e3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Scranton Times Downtown Federal Credit Union',});m_b185b9e940ba9ce22bba13e31ab60e3b['infowindow'] = new google.maps.InfoWindow({content: $lb185b9e940ba9ce22bba13e31ab60e3b});var infowindow = new google.maps.InfoWindow({content: $lb185b9e940ba9ce22bba13e31ab60e3b});google.maps.event.addListener(m_b185b9e940ba9ce22bba13e31ab60e3b, 'click', function() {infowindow.open(map,m_b185b9e940ba9ce22bba13e31ab60e3b);});$marker.push(m_b185b9e940ba9ce22bba13e31ab60e3b);}});}google.maps.event.addDomListener(window, 'load', initialize);