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(30.019,-95.1102)};var g_445e516a5b6b37350fcc578db34d8779 = new google.maps.Geocoder();g_445e516a5b6b37350fcc578db34d8779.geocode( { 'address': "24003 E Lake Houston Pkwy, Ste B, Huffman, TX 77336, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huffman-TX-luckys-pawn-and-gun').style.display = '';map = new google.maps.Map(document.getElementById('huffman-TX-luckys-pawn-and-gun'), mapOptions);}document.getElementById('8c9024da').innerHTML += ' | View Map';var $l445e516a5b6b37350fcc578db34d8779 = '

Lucky's Pawn and Gun

Address: 24003 E Lake Houston Pkwy, Ste B, Huffman, TX 77336, USA
Phone: (281) 324-4477
';var m_445e516a5b6b37350fcc578db34d8779 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lucky's Pawn and Gun',});m_445e516a5b6b37350fcc578db34d8779['infowindow'] = new google.maps.InfoWindow({content: $l445e516a5b6b37350fcc578db34d8779});var infowindow = new google.maps.InfoWindow({content: $l445e516a5b6b37350fcc578db34d8779});google.maps.event.addListener(m_445e516a5b6b37350fcc578db34d8779, 'click', function() {infowindow.open(map,m_445e516a5b6b37350fcc578db34d8779);});$marker.push(m_445e516a5b6b37350fcc578db34d8779);}});}google.maps.event.addDomListener(window, 'load', initialize);