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(31.5426,-97.1532)};var g_77454b7bb0547f66bb79f6a9f73f9a4f = new google.maps.Geocoder();g_77454b7bb0547f66bb79f6a9f73f9a4f.geocode( { 'address': "2506 W Waco Dr, Waco, TX 76710, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waco-TX-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('waco-TX-covington-credit'), mapOptions);}document.getElementById('21a386bb').innerHTML += ' | View Map';var $l77454b7bb0547f66bb79f6a9f73f9a4f = '

Covington Credit

Address: 2506 W Waco Dr, Waco, TX 76710, USA
Phone: (254) 754-4449
';var m_77454b7bb0547f66bb79f6a9f73f9a4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_77454b7bb0547f66bb79f6a9f73f9a4f['infowindow'] = new google.maps.InfoWindow({content: $l77454b7bb0547f66bb79f6a9f73f9a4f});var infowindow = new google.maps.InfoWindow({content: $l77454b7bb0547f66bb79f6a9f73f9a4f});google.maps.event.addListener(m_77454b7bb0547f66bb79f6a9f73f9a4f, 'click', function() {infowindow.open(map,m_77454b7bb0547f66bb79f6a9f73f9a4f);});$marker.push(m_77454b7bb0547f66bb79f6a9f73f9a4f);}});}google.maps.event.addDomListener(window, 'load', initialize);