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.6829,-96.6185)};var g_118977f66aad17a38fedfd670b69d3c4 = new google.maps.Geocoder();g_118977f66aad17a38fedfd670b69d3c4.geocode( { 'address': "12050 C F Hawn Fwy, Dallas, TX 75253, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-johnnys-sales-co').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-johnnys-sales-co'), mapOptions);}document.getElementById('de41d203').innerHTML += ' | View Map';var $l118977f66aad17a38fedfd670b69d3c4 = '

Johnny's Sales Co

Address: 12050 C F Hawn Fwy, Dallas, TX 75253, USA
Phone: (972) 286-5400
';var m_118977f66aad17a38fedfd670b69d3c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Johnny's Sales Co',});m_118977f66aad17a38fedfd670b69d3c4['infowindow'] = new google.maps.InfoWindow({content: $l118977f66aad17a38fedfd670b69d3c4});var infowindow = new google.maps.InfoWindow({content: $l118977f66aad17a38fedfd670b69d3c4});google.maps.event.addListener(m_118977f66aad17a38fedfd670b69d3c4, 'click', function() {infowindow.open(map,m_118977f66aad17a38fedfd670b69d3c4);});$marker.push(m_118977f66aad17a38fedfd670b69d3c4);}});}google.maps.event.addDomListener(window, 'load', initialize);