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(36.4152,-89.0746)};var g_59d60e3924b8b804742415806f3489ff = new google.maps.Geocoder();g_59d60e3924b8b804742415806f3489ff.geocode( { 'address': "1311 W Reelfoot Ave, Union City, TN 38261, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-city-TN-general-credit-company').style.display = '';map = new google.maps.Map(document.getElementById('union-city-TN-general-credit-company'), mapOptions);}document.getElementById('fcb8f8fd').innerHTML += ' | View Map';var $l59d60e3924b8b804742415806f3489ff = '

General Credit Company

Address: 1311 W Reelfoot Ave, Union City, TN 38261, USA
Phone: (731) 884-1823
';var m_59d60e3924b8b804742415806f3489ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'General Credit Company',});m_59d60e3924b8b804742415806f3489ff['infowindow'] = new google.maps.InfoWindow({content: $l59d60e3924b8b804742415806f3489ff});var infowindow = new google.maps.InfoWindow({content: $l59d60e3924b8b804742415806f3489ff});google.maps.event.addListener(m_59d60e3924b8b804742415806f3489ff, 'click', function() {infowindow.open(map,m_59d60e3924b8b804742415806f3489ff);});$marker.push(m_59d60e3924b8b804742415806f3489ff);}});}google.maps.event.addDomListener(window, 'load', initialize);