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.0577,-96.7375)};var g_e83d3ce589ef4178cb9a5446bf3c0475 = new google.maps.Geocoder();g_e83d3ce589ef4178cb9a5446bf3c0475.geocode( { 'address': "620 Haggard St, Plano, TX 75074"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-logic-rad').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-logic-rad'), mapOptions);}document.getElementById('6ab56985').innerHTML += ' | View Map';var $le83d3ce589ef4178cb9a5446bf3c0475 = '

Logic Rad

Address: 620 Haggard St, Plano, TX 75074
Phone: (214) 432-9077
';var m_e83d3ce589ef4178cb9a5446bf3c0475 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Logic Rad',});m_e83d3ce589ef4178cb9a5446bf3c0475['infowindow'] = new google.maps.InfoWindow({content: $le83d3ce589ef4178cb9a5446bf3c0475});var infowindow = new google.maps.InfoWindow({content: $le83d3ce589ef4178cb9a5446bf3c0475});google.maps.event.addListener(m_e83d3ce589ef4178cb9a5446bf3c0475, 'click', function() {infowindow.open(map,m_e83d3ce589ef4178cb9a5446bf3c0475);});$marker.push(m_e83d3ce589ef4178cb9a5446bf3c0475);}});}google.maps.event.addDomListener(window, 'load', initialize);