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(31.6399,-94.6548)};var g_b15c2cbd6c13b0139cc92a414df00e1b = new google.maps.Geocoder();g_b15c2cbd6c13b0139cc92a414df00e1b.geocode( { 'address': "3801 North St #15a, Nacogdoches, TX 75965, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nacogdoches-TX-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('nacogdoches-TX-onemain-financial'), mapOptions);}document.getElementById('0f3ef3bf').innerHTML += ' | View Map';var $lb15c2cbd6c13b0139cc92a414df00e1b = '

OneMain Financial

Address: 3801 North St #15a, Nacogdoches, TX 75965, USA
Phone: (936) 560-3044
';var m_b15c2cbd6c13b0139cc92a414df00e1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_b15c2cbd6c13b0139cc92a414df00e1b['infowindow'] = new google.maps.InfoWindow({content: $lb15c2cbd6c13b0139cc92a414df00e1b});var infowindow = new google.maps.InfoWindow({content: $lb15c2cbd6c13b0139cc92a414df00e1b});google.maps.event.addListener(m_b15c2cbd6c13b0139cc92a414df00e1b, 'click', function() {infowindow.open(map,m_b15c2cbd6c13b0139cc92a414df00e1b);});$marker.push(m_b15c2cbd6c13b0139cc92a414df00e1b);}});}google.maps.event.addDomListener(window, 'load', initialize);