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.8156,-96.8605)};var g_3e1004180d18b03e795d19eb71243c46 = new google.maps.Geocoder();g_3e1004180d18b03e795d19eb71243c46.geocode( { 'address': "1322 Record Crossing Rd, Dallas, TX 75235, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-bcl-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-bcl-of-texas'), mapOptions);}document.getElementById('6d884478').innerHTML += ' | View Map';var $l3e1004180d18b03e795d19eb71243c46 = '

BCL of Texas

Address: 1322 Record Crossing Rd, Dallas, TX 75235, USA
Phone: (214) 688-7456
';var m_3e1004180d18b03e795d19eb71243c46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BCL of Texas',});m_3e1004180d18b03e795d19eb71243c46['infowindow'] = new google.maps.InfoWindow({content: $l3e1004180d18b03e795d19eb71243c46});var infowindow = new google.maps.InfoWindow({content: $l3e1004180d18b03e795d19eb71243c46});google.maps.event.addListener(m_3e1004180d18b03e795d19eb71243c46, 'click', function() {infowindow.open(map,m_3e1004180d18b03e795d19eb71243c46);});$marker.push(m_3e1004180d18b03e795d19eb71243c46);}});}google.maps.event.addDomListener(window, 'load', initialize);