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(27.7545,-98.0591)};var g_0b72cc06824e27d873aac3bbed84f8ab = new google.maps.Geocoder();g_0b72cc06824e27d873aac3bbed84f8ab.geocode( { 'address': "1260 E Main St, Alice, TX 78332, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alice-TX-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('alice-TX-covington-credit'), mapOptions);}document.getElementById('cb0ea0b2').innerHTML += ' | View Map';var $l0b72cc06824e27d873aac3bbed84f8ab = '

Covington Credit

Address: 1260 E Main St, Alice, TX 78332, USA
Phone: (361) 664-5882
';var m_0b72cc06824e27d873aac3bbed84f8ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_0b72cc06824e27d873aac3bbed84f8ab['infowindow'] = new google.maps.InfoWindow({content: $l0b72cc06824e27d873aac3bbed84f8ab});var infowindow = new google.maps.InfoWindow({content: $l0b72cc06824e27d873aac3bbed84f8ab});google.maps.event.addListener(m_0b72cc06824e27d873aac3bbed84f8ab, 'click', function() {infowindow.open(map,m_0b72cc06824e27d873aac3bbed84f8ab);});$marker.push(m_0b72cc06824e27d873aac3bbed84f8ab);}});}google.maps.event.addDomListener(window, 'load', initialize);