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.5556,-101.855)};var g_f52854cc99ae1c1966b0a21d0127975b = new google.maps.Geocoder();g_f52854cc99ae1c1966b0a21d0127975b.geocode( { 'address': "4201 Avenue Q, Lubbock, TX 79412, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lubbock-TX-money-stop').style.display = '';map = new google.maps.Map(document.getElementById('lubbock-TX-money-stop'), mapOptions);}document.getElementById('89f6d708').innerHTML += ' | View Map';var $lf52854cc99ae1c1966b0a21d0127975b = '

Money Stop

Address: 4201 Avenue Q, Lubbock, TX 79412, USA
Phone: (806) 744-5109
';var m_f52854cc99ae1c1966b0a21d0127975b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Stop',});m_f52854cc99ae1c1966b0a21d0127975b['infowindow'] = new google.maps.InfoWindow({content: $lf52854cc99ae1c1966b0a21d0127975b});var infowindow = new google.maps.InfoWindow({content: $lf52854cc99ae1c1966b0a21d0127975b});google.maps.event.addListener(m_f52854cc99ae1c1966b0a21d0127975b, 'click', function() {infowindow.open(map,m_f52854cc99ae1c1966b0a21d0127975b);});$marker.push(m_f52854cc99ae1c1966b0a21d0127975b);}});}google.maps.event.addDomListener(window, 'load', initialize);