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.7303,-97.294)};var g_7a6cf684b9a118bb463d1c16b8432734 = new google.maps.Geocoder();g_7a6cf684b9a118bb463d1c16b8432734.geocode( { 'address': "2330 E Rosedale St, Fort Worth, TX 76105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-omniamerican').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-omniamerican'), mapOptions);}document.getElementById('f2a88f8d').innerHTML += ' | View Map';var $l7a6cf684b9a118bb463d1c16b8432734 = '

OmniAmerican

Address: 2330 E Rosedale St, Fort Worth, TX 76105, USA
Phone: (817) 335-6664
';var m_7a6cf684b9a118bb463d1c16b8432734 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OmniAmerican',});m_7a6cf684b9a118bb463d1c16b8432734['infowindow'] = new google.maps.InfoWindow({content: $l7a6cf684b9a118bb463d1c16b8432734});var infowindow = new google.maps.InfoWindow({content: $l7a6cf684b9a118bb463d1c16b8432734});google.maps.event.addListener(m_7a6cf684b9a118bb463d1c16b8432734, 'click', function() {infowindow.open(map,m_7a6cf684b9a118bb463d1c16b8432734);});$marker.push(m_7a6cf684b9a118bb463d1c16b8432734);}});}google.maps.event.addDomListener(window, 'load', initialize);