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(31.6691,-94.8807)};var g_66b1f7d95cb1acb3a8ec728b274a2d7b = new google.maps.Geocoder();g_66b1f7d95cb1acb3a8ec728b274a2d7b.geocode( { 'address': "15276 W State Hwy 21, Douglass, TX 75943, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('douglass-TX-general-store').style.display = '';map = new google.maps.Map(document.getElementById('douglass-TX-general-store'), mapOptions);}document.getElementById('031be06c').innerHTML += ' | View Map';var $l66b1f7d95cb1acb3a8ec728b274a2d7b = '

General Store

Address: 15276 W State Hwy 21, Douglass, TX 75943, USA
Phone: (936) 560-2294
';var m_66b1f7d95cb1acb3a8ec728b274a2d7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'General Store',});m_66b1f7d95cb1acb3a8ec728b274a2d7b['infowindow'] = new google.maps.InfoWindow({content: $l66b1f7d95cb1acb3a8ec728b274a2d7b});var infowindow = new google.maps.InfoWindow({content: $l66b1f7d95cb1acb3a8ec728b274a2d7b});google.maps.event.addListener(m_66b1f7d95cb1acb3a8ec728b274a2d7b, 'click', function() {infowindow.open(map,m_66b1f7d95cb1acb3a8ec728b274a2d7b);});$marker.push(m_66b1f7d95cb1acb3a8ec728b274a2d7b);}});}google.maps.event.addDomListener(window, 'load', initialize);