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(32.409,-96.8443)};var g_bae00fb8b4115786ba5dbbb67b9b177a = new google.maps.Geocoder();g_bae00fb8b4115786ba5dbbb67b9b177a.geocode( { 'address': "507 Dallas Hwy #900, Waxahachie, TX 75165, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waxahachie-TX-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('waxahachie-TX-onemain-financial'), mapOptions);}document.getElementById('3948ca11').innerHTML += ' | View Map';var $lbae00fb8b4115786ba5dbbb67b9b177a = '

OneMain Financial

Address: 507 Dallas Hwy #900, Waxahachie, TX 75165, USA
Phone: (972) 937-9321
';var m_bae00fb8b4115786ba5dbbb67b9b177a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_bae00fb8b4115786ba5dbbb67b9b177a['infowindow'] = new google.maps.InfoWindow({content: $lbae00fb8b4115786ba5dbbb67b9b177a});var infowindow = new google.maps.InfoWindow({content: $lbae00fb8b4115786ba5dbbb67b9b177a});google.maps.event.addListener(m_bae00fb8b4115786ba5dbbb67b9b177a, 'click', function() {infowindow.open(map,m_bae00fb8b4115786ba5dbbb67b9b177a);});$marker.push(m_bae00fb8b4115786ba5dbbb67b9b177a);}});}google.maps.event.addDomListener(window, 'load', initialize);