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(31.5929,-94.6652)};var g_fd570928c75cc9b4e22488e1661d846e = new google.maps.Geocoder();g_fd570928c75cc9b4e22488e1661d846e.geocode( { 'address': "1500 South St, Nacogdoches, TX 75964, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nacogdoches-TX-kens-express-pawn').style.display = '';map = new google.maps.Map(document.getElementById('nacogdoches-TX-kens-express-pawn'), mapOptions);}document.getElementById('8f87fa21').innerHTML += ' | View Map';var $lfd570928c75cc9b4e22488e1661d846e = '

Ken's Express Pawn

Address: 1500 South St, Nacogdoches, TX 75964, USA
Phone: (936) 564-9365
';var m_fd570928c75cc9b4e22488e1661d846e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ken's Express Pawn',});m_fd570928c75cc9b4e22488e1661d846e['infowindow'] = new google.maps.InfoWindow({content: $lfd570928c75cc9b4e22488e1661d846e});var infowindow = new google.maps.InfoWindow({content: $lfd570928c75cc9b4e22488e1661d846e});google.maps.event.addListener(m_fd570928c75cc9b4e22488e1661d846e, 'click', function() {infowindow.open(map,m_fd570928c75cc9b4e22488e1661d846e);});$marker.push(m_fd570928c75cc9b4e22488e1661d846e);}});}google.maps.event.addDomListener(window, 'load', initialize);