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.8732,-96.6155)};var g_9c6183bdf4637455ff537a54bc6903b5 = new google.maps.Geocoder();g_9c6183bdf4637455ff537a54bc6903b5.geocode( { 'address': "3413 Broadway Blvd #101b, Garland, TX 75043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garland-TX-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('garland-TX-covington-credit'), mapOptions);}document.getElementById('eb0e641f').innerHTML += ' | View Map';var $l9c6183bdf4637455ff537a54bc6903b5 = '

Covington Credit

Address: 3413 Broadway Blvd #101b, Garland, TX 75043, USA
Phone: (214) 703-6738
';var m_9c6183bdf4637455ff537a54bc6903b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_9c6183bdf4637455ff537a54bc6903b5['infowindow'] = new google.maps.InfoWindow({content: $l9c6183bdf4637455ff537a54bc6903b5});var infowindow = new google.maps.InfoWindow({content: $l9c6183bdf4637455ff537a54bc6903b5});google.maps.event.addListener(m_9c6183bdf4637455ff537a54bc6903b5, 'click', function() {infowindow.open(map,m_9c6183bdf4637455ff537a54bc6903b5);});$marker.push(m_9c6183bdf4637455ff537a54bc6903b5);}});}google.maps.event.addDomListener(window, 'load', initialize);