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.1126,-97.908)};var g_423d176aac8ffc69a7a0150359523d25 = new google.maps.Geocoder();g_423d176aac8ffc69a7a0150359523d25.geocode( { 'address': "175 W Business 190, Ste 1, Copperas Cove, TX 76522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('copperas-cove-TX-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('copperas-cove-TX-onemain-financial'), mapOptions);}document.getElementById('15f67474').innerHTML += ' | View Map';var $l423d176aac8ffc69a7a0150359523d25 = '

OneMain Financial

Address: 175 W Business 190, Ste 1, Copperas Cove, TX 76522, USA
Phone: (254) 547-5184
';var m_423d176aac8ffc69a7a0150359523d25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_423d176aac8ffc69a7a0150359523d25['infowindow'] = new google.maps.InfoWindow({content: $l423d176aac8ffc69a7a0150359523d25});var infowindow = new google.maps.InfoWindow({content: $l423d176aac8ffc69a7a0150359523d25});google.maps.event.addListener(m_423d176aac8ffc69a7a0150359523d25, 'click', function() {infowindow.open(map,m_423d176aac8ffc69a7a0150359523d25);});$marker.push(m_423d176aac8ffc69a7a0150359523d25);}});}google.maps.event.addDomListener(window, 'load', initialize);