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(26.2162,-98.3255)};var g_cd483cdcbfa62470fa1ec3771c5fe370 = new google.maps.Geocoder();g_cd483cdcbfa62470fa1ec3771c5fe370.geocode( { 'address': "1006 N Conway Ave, Mission, TX 78572, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mission-TX-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('mission-TX-covington-credit'), mapOptions);}document.getElementById('9a936302').innerHTML += ' | View Map';var $lcd483cdcbfa62470fa1ec3771c5fe370 = '

Covington Credit

Address: 1006 N Conway Ave, Mission, TX 78572, USA
Phone: (956) 519-8511
';var m_cd483cdcbfa62470fa1ec3771c5fe370 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_cd483cdcbfa62470fa1ec3771c5fe370['infowindow'] = new google.maps.InfoWindow({content: $lcd483cdcbfa62470fa1ec3771c5fe370});var infowindow = new google.maps.InfoWindow({content: $lcd483cdcbfa62470fa1ec3771c5fe370});google.maps.event.addListener(m_cd483cdcbfa62470fa1ec3771c5fe370, 'click', function() {infowindow.open(map,m_cd483cdcbfa62470fa1ec3771c5fe370);});$marker.push(m_cd483cdcbfa62470fa1ec3771c5fe370);}});}google.maps.event.addDomListener(window, 'load', initialize);