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.0173,-78.4666)};var g_2f708ca0598a0d619254e9e34e286115 = new google.maps.Geocoder();g_2f708ca0598a0d619254e9e34e286115.geocode( { 'address': "9457 Lincoln Hwy Ste 103, Bedford, PA 15522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-PA-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('bedford-PA-onemain-financial'), mapOptions);}document.getElementById('7f448636').innerHTML += ' | View Map';var $l2f708ca0598a0d619254e9e34e286115 = '

OneMain Financial

Address: 9457 Lincoln Hwy Ste 103, Bedford, PA 15522, USA
Phone: (814) 624-3490
';var m_2f708ca0598a0d619254e9e34e286115 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_2f708ca0598a0d619254e9e34e286115['infowindow'] = new google.maps.InfoWindow({content: $l2f708ca0598a0d619254e9e34e286115});var infowindow = new google.maps.InfoWindow({content: $l2f708ca0598a0d619254e9e34e286115});google.maps.event.addListener(m_2f708ca0598a0d619254e9e34e286115, 'click', function() {infowindow.open(map,m_2f708ca0598a0d619254e9e34e286115);});$marker.push(m_2f708ca0598a0d619254e9e34e286115);}});}google.maps.event.addDomListener(window, 'load', initialize);