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.0297,-96.7046)};var g_839771321d38c0f4b7eab33ffa921cca = new google.maps.Geocoder();g_839771321d38c0f4b7eab33ffa921cca.geocode( { 'address': "720 E Park Blvd #206, Plano, TX 75074, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-consumer-credit-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-consumer-credit-counseling-services'), mapOptions);}document.getElementById('64ed726e').innerHTML += ' | View Map';var $l839771321d38c0f4b7eab33ffa921cca = '

Consumer Credit Counseling Services

Address: 720 E Park Blvd #206, Plano, TX 75074, USA
Phone: (972) 423-0600
';var m_839771321d38c0f4b7eab33ffa921cca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Services',});m_839771321d38c0f4b7eab33ffa921cca['infowindow'] = new google.maps.InfoWindow({content: $l839771321d38c0f4b7eab33ffa921cca});var infowindow = new google.maps.InfoWindow({content: $l839771321d38c0f4b7eab33ffa921cca});google.maps.event.addListener(m_839771321d38c0f4b7eab33ffa921cca, 'click', function() {infowindow.open(map,m_839771321d38c0f4b7eab33ffa921cca);});$marker.push(m_839771321d38c0f4b7eab33ffa921cca);}});}google.maps.event.addDomListener(window, 'load', initialize);