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(41.2063,-80.7407)};var g_757c2fe3f0a1fec2853a77316b96f2e1 = new google.maps.Geocoder();g_757c2fe3f0a1fec2853a77316b96f2e1.geocode( { 'address': "6261 Youngstown Warren Rd, Niles, OH 44446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('niles-OH-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('niles-OH-onemain-financial'), mapOptions);}document.getElementById('e99913de').innerHTML += ' | View Map';var $l757c2fe3f0a1fec2853a77316b96f2e1 = '

OneMain Financial

Address: 6261 Youngstown Warren Rd, Niles, OH 44446, USA
Phone: (330) 544-4041
';var m_757c2fe3f0a1fec2853a77316b96f2e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_757c2fe3f0a1fec2853a77316b96f2e1['infowindow'] = new google.maps.InfoWindow({content: $l757c2fe3f0a1fec2853a77316b96f2e1});var infowindow = new google.maps.InfoWindow({content: $l757c2fe3f0a1fec2853a77316b96f2e1});google.maps.event.addListener(m_757c2fe3f0a1fec2853a77316b96f2e1, 'click', function() {infowindow.open(map,m_757c2fe3f0a1fec2853a77316b96f2e1);});$marker.push(m_757c2fe3f0a1fec2853a77316b96f2e1);}});}google.maps.event.addDomListener(window, 'load', initialize);