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(33.8792,-98.5508)};var g_03a54a29908582b69cdc64511fd37924 = new google.maps.Geocoder();g_03a54a29908582b69cdc64511fd37924.geocode( { 'address': "4214 Kell W Blvd #107, Wichita Falls, TX 76309, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-falls-TX-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('wichita-falls-TX-onemain-financial'), mapOptions);}document.getElementById('4b8c6a68').innerHTML += ' | View Map';var $l03a54a29908582b69cdc64511fd37924 = '

OneMain Financial

Address: 4214 Kell W Blvd #107, Wichita Falls, TX 76309, USA
Phone: (940) 696-1945
';var m_03a54a29908582b69cdc64511fd37924 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_03a54a29908582b69cdc64511fd37924['infowindow'] = new google.maps.InfoWindow({content: $l03a54a29908582b69cdc64511fd37924});var infowindow = new google.maps.InfoWindow({content: $l03a54a29908582b69cdc64511fd37924});google.maps.event.addListener(m_03a54a29908582b69cdc64511fd37924, 'click', function() {infowindow.open(map,m_03a54a29908582b69cdc64511fd37924);});$marker.push(m_03a54a29908582b69cdc64511fd37924);}});}google.maps.event.addDomListener(window, 'load', initialize);