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.5096,-101.894)};var g_ae6275faa6391b403916713558c7ec8c = new google.maps.Geocoder();g_ae6275faa6391b403916713558c7ec8c.geocode( { 'address': "3713 94th St, Lubbock, TX 79423, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lubbock-TX-reverse-pro-texas').style.display = '';map = new google.maps.Map(document.getElementById('lubbock-TX-reverse-pro-texas'), mapOptions);}document.getElementById('c7c6bcfa').innerHTML += ' | View Map';var $lae6275faa6391b403916713558c7ec8c = '

Reverse Pro Texas

Address: 3713 94th St, Lubbock, TX 79423, USA
Phone: (806) 441-4787
';var m_ae6275faa6391b403916713558c7ec8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Reverse Pro Texas',});m_ae6275faa6391b403916713558c7ec8c['infowindow'] = new google.maps.InfoWindow({content: $lae6275faa6391b403916713558c7ec8c});var infowindow = new google.maps.InfoWindow({content: $lae6275faa6391b403916713558c7ec8c});google.maps.event.addListener(m_ae6275faa6391b403916713558c7ec8c, 'click', function() {infowindow.open(map,m_ae6275faa6391b403916713558c7ec8c);});$marker.push(m_ae6275faa6391b403916713558c7ec8c);}});}google.maps.event.addDomListener(window, 'load', initialize);