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.9213,-77.6049)};var g_a887fcc8f90c90ed6f74f560c86c9826 = new google.maps.Geocoder();g_a887fcc8f90c90ed6f74f560c86c9826.geocode( { 'address': "1752 Lincoln Way E #7, Chambersburg, PA 17201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chambersburg-PA-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('chambersburg-PA-onemain-financial'), mapOptions);}document.getElementById('a6f7fdeb').innerHTML += ' | View Map';var $la887fcc8f90c90ed6f74f560c86c9826 = '

OneMain Financial

Address: 1752 Lincoln Way E #7, Chambersburg, PA 17201, USA
Phone: (717) 264-3232
';var m_a887fcc8f90c90ed6f74f560c86c9826 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_a887fcc8f90c90ed6f74f560c86c9826['infowindow'] = new google.maps.InfoWindow({content: $la887fcc8f90c90ed6f74f560c86c9826});var infowindow = new google.maps.InfoWindow({content: $la887fcc8f90c90ed6f74f560c86c9826});google.maps.event.addListener(m_a887fcc8f90c90ed6f74f560c86c9826, 'click', function() {infowindow.open(map,m_a887fcc8f90c90ed6f74f560c86c9826);});$marker.push(m_a887fcc8f90c90ed6f74f560c86c9826);}});}google.maps.event.addDomListener(window, 'load', initialize);