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.8774,-80.7591)};var g_a402cfd54efd2edc70db5c45529557cb = new google.maps.Geocoder();g_a402cfd54efd2edc70db5c45529557cb.geocode( { 'address': "2855 N Ridge Rd E, Ashtabula, OH 44004, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashtabula-OH-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('ashtabula-OH-onemain-financial'), mapOptions);}document.getElementById('d285f233').innerHTML += ' | View Map';var $la402cfd54efd2edc70db5c45529557cb = '

OneMain Financial

Address: 2855 N Ridge Rd E, Ashtabula, OH 44004, USA
Phone: (440) 998-1024
';var m_a402cfd54efd2edc70db5c45529557cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_a402cfd54efd2edc70db5c45529557cb['infowindow'] = new google.maps.InfoWindow({content: $la402cfd54efd2edc70db5c45529557cb});var infowindow = new google.maps.InfoWindow({content: $la402cfd54efd2edc70db5c45529557cb});google.maps.event.addListener(m_a402cfd54efd2edc70db5c45529557cb, 'click', function() {infowindow.open(map,m_a402cfd54efd2edc70db5c45529557cb);});$marker.push(m_a402cfd54efd2edc70db5c45529557cb);}});}google.maps.event.addDomListener(window, 'load', initialize);