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.9294,-96.8189)};var g_687fb0ae72bef556eb50162cc073947d = new google.maps.Geocoder();g_687fb0ae72bef556eb50162cc073947d.geocode( { 'address': "13355 Noel Rd #2100, Dallas, TX 75240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-credit-protection-association').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-credit-protection-association'), mapOptions);}document.getElementById('78b337dc').innerHTML += ' | View Map';var $l687fb0ae72bef556eb50162cc073947d = '

Credit Protection Association

Address: 13355 Noel Rd #2100, Dallas, TX 75240, USA
Phone: (800) 800-6499
';var m_687fb0ae72bef556eb50162cc073947d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Protection Association',});m_687fb0ae72bef556eb50162cc073947d['infowindow'] = new google.maps.InfoWindow({content: $l687fb0ae72bef556eb50162cc073947d});var infowindow = new google.maps.InfoWindow({content: $l687fb0ae72bef556eb50162cc073947d});google.maps.event.addListener(m_687fb0ae72bef556eb50162cc073947d, 'click', function() {infowindow.open(map,m_687fb0ae72bef556eb50162cc073947d);});$marker.push(m_687fb0ae72bef556eb50162cc073947d);}});}google.maps.event.addDomListener(window, 'load', initialize);