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(37.5963,-84.3233)};var g_7cd5a1d4664804885ed5092f68ff1842 = new google.maps.Geocoder();g_7cd5a1d4664804885ed5092f68ff1842.geocode( { 'address': "201 Pauline Dr b, Berea, KY 40403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berea-KY-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('berea-KY-onemain-financial'), mapOptions);}document.getElementById('1eb00d71').innerHTML += ' | View Map';var $l7cd5a1d4664804885ed5092f68ff1842 = '

OneMain Financial

Address: 201 Pauline Dr b, Berea, KY 40403, USA
Phone: (859) 986-0389
';var m_7cd5a1d4664804885ed5092f68ff1842 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_7cd5a1d4664804885ed5092f68ff1842['infowindow'] = new google.maps.InfoWindow({content: $l7cd5a1d4664804885ed5092f68ff1842});var infowindow = new google.maps.InfoWindow({content: $l7cd5a1d4664804885ed5092f68ff1842});google.maps.event.addListener(m_7cd5a1d4664804885ed5092f68ff1842, 'click', function() {infowindow.open(map,m_7cd5a1d4664804885ed5092f68ff1842);});$marker.push(m_7cd5a1d4664804885ed5092f68ff1842);}});}google.maps.event.addDomListener(window, 'load', initialize);