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.3023,-79.5353)};var g_ada2b1d4766869dee1ed5c0fb2ddb1af = new google.maps.Geocoder();g_ada2b1d4766869dee1ed5c0fb2ddb1af.geocode( { 'address': "416 E Pittsburgh St, Greensburg, PA 15601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensburg-PA-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('greensburg-PA-onemain-financial'), mapOptions);}document.getElementById('ffcb4e1b').innerHTML += ' | View Map';var $lada2b1d4766869dee1ed5c0fb2ddb1af = '

OneMain Financial

Address: 416 E Pittsburgh St, Greensburg, PA 15601, USA
Phone: (724) 832-3844
';var m_ada2b1d4766869dee1ed5c0fb2ddb1af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_ada2b1d4766869dee1ed5c0fb2ddb1af['infowindow'] = new google.maps.InfoWindow({content: $lada2b1d4766869dee1ed5c0fb2ddb1af});var infowindow = new google.maps.InfoWindow({content: $lada2b1d4766869dee1ed5c0fb2ddb1af});google.maps.event.addListener(m_ada2b1d4766869dee1ed5c0fb2ddb1af, 'click', function() {infowindow.open(map,m_ada2b1d4766869dee1ed5c0fb2ddb1af);});$marker.push(m_ada2b1d4766869dee1ed5c0fb2ddb1af);}});}google.maps.event.addDomListener(window, 'load', initialize);