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.2921,-95.3054)};var g_1a25ea85e885b16b979633c7794cc46c = new google.maps.Geocoder();g_1a25ea85e885b16b979633c7794cc46c.geocode( { 'address': "5220 Old Bullard Rd, Tyler, TX 75703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tyler-TX-landmark-credit-repair').style.display = '';map = new google.maps.Map(document.getElementById('tyler-TX-landmark-credit-repair'), mapOptions);}document.getElementById('33faf7e6').innerHTML += ' | View Map';var $l1a25ea85e885b16b979633c7794cc46c = '

Landmark Credit Repair

Address: 5220 Old Bullard Rd, Tyler, TX 75703, USA
Phone: (903) 581-4900
';var m_1a25ea85e885b16b979633c7794cc46c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Landmark Credit Repair',});m_1a25ea85e885b16b979633c7794cc46c['infowindow'] = new google.maps.InfoWindow({content: $l1a25ea85e885b16b979633c7794cc46c});var infowindow = new google.maps.InfoWindow({content: $l1a25ea85e885b16b979633c7794cc46c});google.maps.event.addListener(m_1a25ea85e885b16b979633c7794cc46c, 'click', function() {infowindow.open(map,m_1a25ea85e885b16b979633c7794cc46c);});$marker.push(m_1a25ea85e885b16b979633c7794cc46c);}});}google.maps.event.addDomListener(window, 'load', initialize);