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(36.623,-88.3133)};var g_f4334c131c781e2a6f0a5e34814c8147 = new google.maps.Geocoder();g_f4334c131c781e2a6f0a5e34814c8147.geocode( { 'address': "704 N 12th St, Murray, KY 42071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murray-KY-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('murray-KY-onemain-financial'), mapOptions);}document.getElementById('795387ff').innerHTML += ' | View Map';var $lf4334c131c781e2a6f0a5e34814c8147 = '

OneMain Financial

Address: 704 N 12th St, Murray, KY 42071, USA
Phone: (270) 753-7474
';var m_f4334c131c781e2a6f0a5e34814c8147 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_f4334c131c781e2a6f0a5e34814c8147['infowindow'] = new google.maps.InfoWindow({content: $lf4334c131c781e2a6f0a5e34814c8147});var infowindow = new google.maps.InfoWindow({content: $lf4334c131c781e2a6f0a5e34814c8147});google.maps.event.addListener(m_f4334c131c781e2a6f0a5e34814c8147, 'click', function() {infowindow.open(map,m_f4334c131c781e2a6f0a5e34814c8147);});$marker.push(m_f4334c131c781e2a6f0a5e34814c8147);}});}google.maps.event.addDomListener(window, 'load', initialize);