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.9177,-96.6824)};var g_053a97c433ce05609fa024eeb9c46d77 = new google.maps.Geocoder();g_053a97c433ce05609fa024eeb9c46d77.geocode( { 'address': "520 N Jupiter Rd, Garland, TX 75042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garland-TX-world-acceptance').style.display = '';map = new google.maps.Map(document.getElementById('garland-TX-world-acceptance'), mapOptions);}document.getElementById('220a9358').innerHTML += ' | View Map';var $l053a97c433ce05609fa024eeb9c46d77 = '

World Acceptance

Address: 520 N Jupiter Rd, Garland, TX 75042, USA
Phone: (972) 276-1012
';var m_053a97c433ce05609fa024eeb9c46d77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Acceptance',});m_053a97c433ce05609fa024eeb9c46d77['infowindow'] = new google.maps.InfoWindow({content: $l053a97c433ce05609fa024eeb9c46d77});var infowindow = new google.maps.InfoWindow({content: $l053a97c433ce05609fa024eeb9c46d77});google.maps.event.addListener(m_053a97c433ce05609fa024eeb9c46d77, 'click', function() {infowindow.open(map,m_053a97c433ce05609fa024eeb9c46d77);});$marker.push(m_053a97c433ce05609fa024eeb9c46d77);}});}google.maps.event.addDomListener(window, 'load', initialize);