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(29.7758,-95.7797)};var g_050daf3602c1364620a3db6927968132 = new google.maps.Geocoder();g_050daf3602c1364620a3db6927968132.geocode( { 'address': "410 West Grand Parkway South #380, Katy, TX 77494, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-credit-repair-nerds').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-credit-repair-nerds'), mapOptions);}document.getElementById('d12d101d').innerHTML += ' | View Map';var $l050daf3602c1364620a3db6927968132 = '

Credit Repair Nerds

Address: 410 West Grand Parkway South #380, Katy, TX 77494, USA
Phone: (832) 437-4621
';var m_050daf3602c1364620a3db6927968132 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Repair Nerds',});m_050daf3602c1364620a3db6927968132['infowindow'] = new google.maps.InfoWindow({content: $l050daf3602c1364620a3db6927968132});var infowindow = new google.maps.InfoWindow({content: $l050daf3602c1364620a3db6927968132});google.maps.event.addListener(m_050daf3602c1364620a3db6927968132, 'click', function() {infowindow.open(map,m_050daf3602c1364620a3db6927968132);});$marker.push(m_050daf3602c1364620a3db6927968132);}});}google.maps.event.addDomListener(window, 'load', initialize);