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.3378,-76.4311)};var g_968c9b4f09cbb7d7925f38aea3484111 = new google.maps.Geocoder();g_968c9b4f09cbb7d7925f38aea3484111.geocode( { 'address': "31 S 12th St, Lebanon, PA 17042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lebanon-PA-guaranteed-credit-approval').style.display = '';map = new google.maps.Map(document.getElementById('lebanon-PA-guaranteed-credit-approval'), mapOptions);}document.getElementById('a6a97103').innerHTML += ' | View Map';var $l968c9b4f09cbb7d7925f38aea3484111 = '

Guaranteed Credit Approval

Address: 31 S 12th St, Lebanon, PA 17042, USA
Phone: (717) 273-2925
';var m_968c9b4f09cbb7d7925f38aea3484111 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranteed Credit Approval',});m_968c9b4f09cbb7d7925f38aea3484111['infowindow'] = new google.maps.InfoWindow({content: $l968c9b4f09cbb7d7925f38aea3484111});var infowindow = new google.maps.InfoWindow({content: $l968c9b4f09cbb7d7925f38aea3484111});google.maps.event.addListener(m_968c9b4f09cbb7d7925f38aea3484111, 'click', function() {infowindow.open(map,m_968c9b4f09cbb7d7925f38aea3484111);});$marker.push(m_968c9b4f09cbb7d7925f38aea3484111);}});}google.maps.event.addDomListener(window, 'load', initialize);