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(29.6644,-95.2324)};var g_94705cb7745d6629910f65e6da52568b = new google.maps.Geocoder();g_94705cb7745d6629910f65e6da52568b.geocode( { 'address': "2 Spencer Hwy, South Houston, TX 77587, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-houston-TX-titlebucks-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('south-houston-TX-titlebucks-title-loans'), mapOptions);}document.getElementById('82d297cc').innerHTML += ' | View Map';var $l94705cb7745d6629910f65e6da52568b = '

TitleBucks Title Loans

Address: 2 Spencer Hwy, South Houston, TX 77587, USA
Phone: (713) 360-5091
';var m_94705cb7745d6629910f65e6da52568b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TitleBucks Title Loans',});m_94705cb7745d6629910f65e6da52568b['infowindow'] = new google.maps.InfoWindow({content: $l94705cb7745d6629910f65e6da52568b});var infowindow = new google.maps.InfoWindow({content: $l94705cb7745d6629910f65e6da52568b});google.maps.event.addListener(m_94705cb7745d6629910f65e6da52568b, 'click', function() {infowindow.open(map,m_94705cb7745d6629910f65e6da52568b);});$marker.push(m_94705cb7745d6629910f65e6da52568b);}});}google.maps.event.addDomListener(window, 'load', initialize);