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(39.7691,-75.9873)};var g_532a082cc38eaffa923d73bce41b4061 = new google.maps.Geocoder();g_532a082cc38eaffa923d73bce41b4061.geocode( { 'address': "2250 Baltimore Pike, Oxford, PA 19363, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-PA-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('oxford-PA-onemain-financial'), mapOptions);}document.getElementById('38455b74').innerHTML += ' | View Map';var $l532a082cc38eaffa923d73bce41b4061 = '

OneMain Financial

Address: 2250 Baltimore Pike, Oxford, PA 19363, USA
Phone: (610) 932-8100
';var m_532a082cc38eaffa923d73bce41b4061 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_532a082cc38eaffa923d73bce41b4061['infowindow'] = new google.maps.InfoWindow({content: $l532a082cc38eaffa923d73bce41b4061});var infowindow = new google.maps.InfoWindow({content: $l532a082cc38eaffa923d73bce41b4061});google.maps.event.addListener(m_532a082cc38eaffa923d73bce41b4061, 'click', function() {infowindow.open(map,m_532a082cc38eaffa923d73bce41b4061);});$marker.push(m_532a082cc38eaffa923d73bce41b4061);}});}google.maps.event.addDomListener(window, 'load', initialize);