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.3455,-82.0675)};var g_fb7399ba72bdf1ed8f5bc56ca6d86641 = new google.maps.Geocoder();g_fb7399ba72bdf1ed8f5bc56ca6d86641.geocode( { 'address': "360 Chestnut Commons Dr, Elyria, OH 44035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elyria-OH-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('elyria-OH-onemain-financial'), mapOptions);}document.getElementById('25a1bef0').innerHTML += ' | View Map';var $lfb7399ba72bdf1ed8f5bc56ca6d86641 = '

OneMain Financial

Address: 360 Chestnut Commons Dr, Elyria, OH 44035, USA
Phone: (440) 366-0842
';var m_fb7399ba72bdf1ed8f5bc56ca6d86641 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_fb7399ba72bdf1ed8f5bc56ca6d86641['infowindow'] = new google.maps.InfoWindow({content: $lfb7399ba72bdf1ed8f5bc56ca6d86641});var infowindow = new google.maps.InfoWindow({content: $lfb7399ba72bdf1ed8f5bc56ca6d86641});google.maps.event.addListener(m_fb7399ba72bdf1ed8f5bc56ca6d86641, 'click', function() {infowindow.open(map,m_fb7399ba72bdf1ed8f5bc56ca6d86641);});$marker.push(m_fb7399ba72bdf1ed8f5bc56ca6d86641);}});}google.maps.event.addDomListener(window, 'load', initialize);