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.373,-75.7321)};var g_d869c99656ec60fc9de27338a87b2506 = new google.maps.Geocoder();g_d869c99656ec60fc9de27338a87b2506.geocode( { 'address': "102 N Main St, Rear #3, Old Forge, PA 18518, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('old-forge-PA-approve-my-credit').style.display = '';map = new google.maps.Map(document.getElementById('old-forge-PA-approve-my-credit'), mapOptions);}document.getElementById('c34e83f8').innerHTML += ' | View Map';var $ld869c99656ec60fc9de27338a87b2506 = '

Approve My Credit

Address: 102 N Main St, Rear #3, Old Forge, PA 18518, USA
Phone: (570) 457-7277
';var m_d869c99656ec60fc9de27338a87b2506 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approve My Credit',});m_d869c99656ec60fc9de27338a87b2506['infowindow'] = new google.maps.InfoWindow({content: $ld869c99656ec60fc9de27338a87b2506});var infowindow = new google.maps.InfoWindow({content: $ld869c99656ec60fc9de27338a87b2506});google.maps.event.addListener(m_d869c99656ec60fc9de27338a87b2506, 'click', function() {infowindow.open(map,m_d869c99656ec60fc9de27338a87b2506);});$marker.push(m_d869c99656ec60fc9de27338a87b2506);}});}google.maps.event.addDomListener(window, 'load', initialize);