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(35.4141,-94.3877)};var g_82748072a2779538dfc56b11f67cc4bd = new google.maps.Geocoder();g_82748072a2779538dfc56b11f67cc4bd.geocode( { 'address': "3616 Midland Blvd, Fort Smith, AR 72904, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-smith-AR-twin-city-auto-pawn--loan-co').style.display = '';map = new google.maps.Map(document.getElementById('fort-smith-AR-twin-city-auto-pawn--loan-co'), mapOptions);}document.getElementById('b3977b8c').innerHTML += ' | View Map';var $l82748072a2779538dfc56b11f67cc4bd = '

Twin City Auto Pawn & Loan Co

Address: 3616 Midland Blvd, Fort Smith, AR 72904, USA
Phone: (479) 783-7296
';var m_82748072a2779538dfc56b11f67cc4bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Twin City Auto Pawn & Loan Co',});m_82748072a2779538dfc56b11f67cc4bd['infowindow'] = new google.maps.InfoWindow({content: $l82748072a2779538dfc56b11f67cc4bd});var infowindow = new google.maps.InfoWindow({content: $l82748072a2779538dfc56b11f67cc4bd});google.maps.event.addListener(m_82748072a2779538dfc56b11f67cc4bd, 'click', function() {infowindow.open(map,m_82748072a2779538dfc56b11f67cc4bd);});$marker.push(m_82748072a2779538dfc56b11f67cc4bd);}});}google.maps.event.addDomListener(window, 'load', initialize);