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.0078,-96.7068)};var g_14ea12a8d4c1ce8ae45564cddc241e95 = new google.maps.Geocoder();g_14ea12a8d4c1ce8ae45564cddc241e95.geocode( { 'address': "1255 W 15th St #500, Plano, TX 75075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-north-texas-certified-development').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-north-texas-certified-development'), mapOptions);}document.getElementById('6c6a2cdc').innerHTML += ' | View Map';var $l14ea12a8d4c1ce8ae45564cddc241e95 = '

North Texas Certified Development

Address: 1255 W 15th St #500, Plano, TX 75075, USA
Phone: (972) 516-0514
';var m_14ea12a8d4c1ce8ae45564cddc241e95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Texas Certified Development',});m_14ea12a8d4c1ce8ae45564cddc241e95['infowindow'] = new google.maps.InfoWindow({content: $l14ea12a8d4c1ce8ae45564cddc241e95});var infowindow = new google.maps.InfoWindow({content: $l14ea12a8d4c1ce8ae45564cddc241e95});google.maps.event.addListener(m_14ea12a8d4c1ce8ae45564cddc241e95, 'click', function() {infowindow.open(map,m_14ea12a8d4c1ce8ae45564cddc241e95);});$marker.push(m_14ea12a8d4c1ce8ae45564cddc241e95);}});}google.maps.event.addDomListener(window, 'load', initialize);