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(35.9876,-96.1157)};var g_10d2ba5f377a6a3346a50a537681a72e = new google.maps.Geocoder();g_10d2ba5f377a6a3346a50a537681a72e.geocode( { 'address': "124 W Taft Ave, Sapulpa, OK 74066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sapulpa-OK-world-acceptance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('sapulpa-OK-world-acceptance-corporation'), mapOptions);}document.getElementById('4324bedc').innerHTML += ' | View Map';var $l10d2ba5f377a6a3346a50a537681a72e = '

World Acceptance Corporation

Address: 124 W Taft Ave, Sapulpa, OK 74066, USA
Phone: (918) 227-9875
';var m_10d2ba5f377a6a3346a50a537681a72e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Acceptance Corporation',});m_10d2ba5f377a6a3346a50a537681a72e['infowindow'] = new google.maps.InfoWindow({content: $l10d2ba5f377a6a3346a50a537681a72e});var infowindow = new google.maps.InfoWindow({content: $l10d2ba5f377a6a3346a50a537681a72e});google.maps.event.addListener(m_10d2ba5f377a6a3346a50a537681a72e, 'click', function() {infowindow.open(map,m_10d2ba5f377a6a3346a50a537681a72e);});$marker.push(m_10d2ba5f377a6a3346a50a537681a72e);}});}google.maps.event.addDomListener(window, 'load', initialize);