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.1682,-94.9707)};var g_1ae5551771e33a7cf8a8da096c39002b = new google.maps.Geocoder();g_1ae5551771e33a7cf8a8da096c39002b.geocode( { 'address': "1221 N Jefferson Ave, Mt Pleasant, TX 75455, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-pleasant-TX-cash-cow-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('mount-pleasant-TX-cash-cow-of-texas'), mapOptions);}document.getElementById('e51ecf2e').innerHTML += ' | View Map';var $l1ae5551771e33a7cf8a8da096c39002b = '

Cash Cow of Texas

Address: 1221 N Jefferson Ave, Mt Pleasant, TX 75455, USA
Phone: (903) 717-8958
';var m_1ae5551771e33a7cf8a8da096c39002b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Cow of Texas',});m_1ae5551771e33a7cf8a8da096c39002b['infowindow'] = new google.maps.InfoWindow({content: $l1ae5551771e33a7cf8a8da096c39002b});var infowindow = new google.maps.InfoWindow({content: $l1ae5551771e33a7cf8a8da096c39002b});google.maps.event.addListener(m_1ae5551771e33a7cf8a8da096c39002b, 'click', function() {infowindow.open(map,m_1ae5551771e33a7cf8a8da096c39002b);});$marker.push(m_1ae5551771e33a7cf8a8da096c39002b);}});}google.maps.event.addDomListener(window, 'load', initialize);