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(31.0727,-97.671)};var g_d17b9f24d0283dea76343dd18297f806 = new google.maps.Geocoder();g_d17b9f24d0283dea76343dd18297f806.geocode( { 'address': "1909 Forest Hills Dr, Harker Heights, TX 76548, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harker-heights-TX-my-credit-card-agent-llc').style.display = '';map = new google.maps.Map(document.getElementById('harker-heights-TX-my-credit-card-agent-llc'), mapOptions);}document.getElementById('64f447b4').innerHTML += ' | View Map';var $ld17b9f24d0283dea76343dd18297f806 = '

My Credit Card Agent, LLC

Address: 1909 Forest Hills Dr, Harker Heights, TX 76548, USA
Phone: (254) 781-7558
';var m_d17b9f24d0283dea76343dd18297f806 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'My Credit Card Agent, LLC',});m_d17b9f24d0283dea76343dd18297f806['infowindow'] = new google.maps.InfoWindow({content: $ld17b9f24d0283dea76343dd18297f806});var infowindow = new google.maps.InfoWindow({content: $ld17b9f24d0283dea76343dd18297f806});google.maps.event.addListener(m_d17b9f24d0283dea76343dd18297f806, 'click', function() {infowindow.open(map,m_d17b9f24d0283dea76343dd18297f806);});$marker.push(m_d17b9f24d0283dea76343dd18297f806);}});}google.maps.event.addDomListener(window, 'load', initialize);