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.7952,-81.5245)};var g_0cd7c6f5bb9886ed44b945ec78789b71 = new google.maps.Geocoder();g_0cd7c6f5bb9886ed44b945ec78789b71.geocode( { 'address': "155 Lincoln Way W, Massillon, OH 44647, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('massillon-OH-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('massillon-OH-onemain-financial'), mapOptions);}document.getElementById('feca24d4').innerHTML += ' | View Map';var $l0cd7c6f5bb9886ed44b945ec78789b71 = '

OneMain Financial

Address: 155 Lincoln Way W, Massillon, OH 44647, USA
Phone: (330) 833-4123
';var m_0cd7c6f5bb9886ed44b945ec78789b71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_0cd7c6f5bb9886ed44b945ec78789b71['infowindow'] = new google.maps.InfoWindow({content: $l0cd7c6f5bb9886ed44b945ec78789b71});var infowindow = new google.maps.InfoWindow({content: $l0cd7c6f5bb9886ed44b945ec78789b71});google.maps.event.addListener(m_0cd7c6f5bb9886ed44b945ec78789b71, 'click', function() {infowindow.open(map,m_0cd7c6f5bb9886ed44b945ec78789b71);});$marker.push(m_0cd7c6f5bb9886ed44b945ec78789b71);}});}google.maps.event.addDomListener(window, 'load', initialize);