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.1174,-93.7471)};var g_4d39661a6f14a86294dcb3de363fd611 = new google.maps.Geocoder();g_4d39661a6f14a86294dcb3de363fd611.geocode( { 'address': "2948 N 16th St, Orange, TX 77630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orange-TX-reds-discount-liquor').style.display = '';map = new google.maps.Map(document.getElementById('orange-TX-reds-discount-liquor'), mapOptions);}document.getElementById('3b08d569').innerHTML += ' | View Map';var $l4d39661a6f14a86294dcb3de363fd611 = '

Red's Discount Liquor

Address: 2948 N 16th St, Orange, TX 77630, USA
Phone: (409) 883-4222
';var m_4d39661a6f14a86294dcb3de363fd611 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Red's Discount Liquor',});m_4d39661a6f14a86294dcb3de363fd611['infowindow'] = new google.maps.InfoWindow({content: $l4d39661a6f14a86294dcb3de363fd611});var infowindow = new google.maps.InfoWindow({content: $l4d39661a6f14a86294dcb3de363fd611});google.maps.event.addListener(m_4d39661a6f14a86294dcb3de363fd611, 'click', function() {infowindow.open(map,m_4d39661a6f14a86294dcb3de363fd611);});$marker.push(m_4d39661a6f14a86294dcb3de363fd611);}});}google.maps.event.addDomListener(window, 'load', initialize);