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.9545,-96.6118)};var g_1a6d89dbc0048ce9f3432f4bc587aebf = new google.maps.Geocoder();g_1a6d89dbc0048ce9f3432f4bc587aebf.geocode( { 'address': "675 Town Square Blvd #200, Garland, TX 75040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garland-TX-credit-services-of-america').style.display = '';map = new google.maps.Map(document.getElementById('garland-TX-credit-services-of-america'), mapOptions);}document.getElementById('7a127d61').innerHTML += ' | View Map';var $l1a6d89dbc0048ce9f3432f4bc587aebf = '

Credit Services of America

Address: 675 Town Square Blvd #200, Garland, TX 75040, USA
Phone: (844) 349-8727
';var m_1a6d89dbc0048ce9f3432f4bc587aebf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Services of America',});m_1a6d89dbc0048ce9f3432f4bc587aebf['infowindow'] = new google.maps.InfoWindow({content: $l1a6d89dbc0048ce9f3432f4bc587aebf});var infowindow = new google.maps.InfoWindow({content: $l1a6d89dbc0048ce9f3432f4bc587aebf});google.maps.event.addListener(m_1a6d89dbc0048ce9f3432f4bc587aebf, 'click', function() {infowindow.open(map,m_1a6d89dbc0048ce9f3432f4bc587aebf);});$marker.push(m_1a6d89dbc0048ce9f3432f4bc587aebf);}});}google.maps.event.addDomListener(window, 'load', initialize);