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(33.8981,-88.9999)};var g_b230b1af2761c5a055b9e066c9fda931 = new google.maps.Geocoder();g_b230b1af2761c5a055b9e066c9fda931.geocode( { 'address': "226 N Jackson St, Houston, MS 38851, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-MS-houston-credit-incorporated').style.display = '';map = new google.maps.Map(document.getElementById('houston-MS-houston-credit-incorporated'), mapOptions);}document.getElementById('010658b8').innerHTML += ' | View Map';var $lb230b1af2761c5a055b9e066c9fda931 = '

Houston Credit Incorporated

Address: 226 N Jackson St, Houston, MS 38851, USA
Phone: (662) 448-5888
';var m_b230b1af2761c5a055b9e066c9fda931 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Houston Credit Incorporated',});m_b230b1af2761c5a055b9e066c9fda931['infowindow'] = new google.maps.InfoWindow({content: $lb230b1af2761c5a055b9e066c9fda931});var infowindow = new google.maps.InfoWindow({content: $lb230b1af2761c5a055b9e066c9fda931});google.maps.event.addListener(m_b230b1af2761c5a055b9e066c9fda931, 'click', function() {infowindow.open(map,m_b230b1af2761c5a055b9e066c9fda931);});$marker.push(m_b230b1af2761c5a055b9e066c9fda931);}});}google.maps.event.addDomListener(window, 'load', initialize);