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(32.7553,-97.3249)};var g_6777d0da8a7303071923eab9096b6759 = new google.maps.Geocoder();g_6777d0da8a7303071923eab9096b6759.geocode( { 'address': "601 E 7th St, Fort Worth, TX 76102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-ben-e-keith-co').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-ben-e-keith-co'), mapOptions);}document.getElementById('02f92515').innerHTML += ' | View Map';var $l6777d0da8a7303071923eab9096b6759 = '

Ben E Keith Co

Address: 601 E 7th St, Fort Worth, TX 76102, USA
Phone: (817) 877-5700
';var m_6777d0da8a7303071923eab9096b6759 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ben E Keith Co',});m_6777d0da8a7303071923eab9096b6759['infowindow'] = new google.maps.InfoWindow({content: $l6777d0da8a7303071923eab9096b6759});var infowindow = new google.maps.InfoWindow({content: $l6777d0da8a7303071923eab9096b6759});google.maps.event.addListener(m_6777d0da8a7303071923eab9096b6759, 'click', function() {infowindow.open(map,m_6777d0da8a7303071923eab9096b6759);});$marker.push(m_6777d0da8a7303071923eab9096b6759);}});}google.maps.event.addDomListener(window, 'load', initialize);