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.5025,-94.8002)};var g_1ff1de774005f8da13f42943881c655f = new google.maps.Geocoder();g_1ff1de774005f8da13f42943881c655f.geocode( { 'address': "712 Glencrest Ln a, Longview, TX 75601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longview-TX-credit-counseling').style.display = '';map = new google.maps.Map(document.getElementById('longview-TX-credit-counseling'), mapOptions);}document.getElementById('de4f9332').innerHTML += ' | View Map';var $l1ff1de774005f8da13f42943881c655f = '

Credit Counseling

Address: 712 Glencrest Ln a, Longview, TX 75601, USA
Phone: (903) 232-1677
';var m_1ff1de774005f8da13f42943881c655f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Counseling',});m_1ff1de774005f8da13f42943881c655f['infowindow'] = new google.maps.InfoWindow({content: $l1ff1de774005f8da13f42943881c655f});var infowindow = new google.maps.InfoWindow({content: $l1ff1de774005f8da13f42943881c655f});google.maps.event.addListener(m_1ff1de774005f8da13f42943881c655f, 'click', function() {infowindow.open(map,m_1ff1de774005f8da13f42943881c655f);});$marker.push(m_1ff1de774005f8da13f42943881c655f);}});}google.maps.event.addDomListener(window, 'load', initialize);