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.7668,-82.5885)};var g_29a9f6efaffd3c604a752ae9097f9219 = new google.maps.Geocoder();g_29a9f6efaffd3c604a752ae9097f9219.geocode( { 'address': "536 Lexington-Springmill Rd N, Mansfield, OH 44906, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-OH-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-OH-onemain-financial'), mapOptions);}document.getElementById('a4ea9148').innerHTML += ' | View Map';var $l29a9f6efaffd3c604a752ae9097f9219 = '

OneMain Financial

Address: 536 Lexington-Springmill Rd N, Mansfield, OH 44906, USA
Phone: (419) 529-8868
';var m_29a9f6efaffd3c604a752ae9097f9219 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_29a9f6efaffd3c604a752ae9097f9219['infowindow'] = new google.maps.InfoWindow({content: $l29a9f6efaffd3c604a752ae9097f9219});var infowindow = new google.maps.InfoWindow({content: $l29a9f6efaffd3c604a752ae9097f9219});google.maps.event.addListener(m_29a9f6efaffd3c604a752ae9097f9219, 'click', function() {infowindow.open(map,m_29a9f6efaffd3c604a752ae9097f9219);});$marker.push(m_29a9f6efaffd3c604a752ae9097f9219);}});}google.maps.event.addDomListener(window, 'load', initialize);