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(32.6064,-96.8223)};var g_eb8481c3b664b77b5303f490063a0908 = new google.maps.Geocoder();g_eb8481c3b664b77b5303f490063a0908.geocode( { 'address': "1460 S Interstate 35 East Service Rd, Lancaster, TX 75134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-TX-ashleys-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-TX-ashleys-pawn-shop'), mapOptions);}document.getElementById('06122fbe').innerHTML += ' | View Map';var $leb8481c3b664b77b5303f490063a0908 = '

Ashley's Pawn Shop

Address: 1460 S Interstate 35 East Service Rd, Lancaster, TX 75134, USA
Phone: (972) 224-8344
';var m_eb8481c3b664b77b5303f490063a0908 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ashley's Pawn Shop',});m_eb8481c3b664b77b5303f490063a0908['infowindow'] = new google.maps.InfoWindow({content: $leb8481c3b664b77b5303f490063a0908});var infowindow = new google.maps.InfoWindow({content: $leb8481c3b664b77b5303f490063a0908});google.maps.event.addListener(m_eb8481c3b664b77b5303f490063a0908, 'click', function() {infowindow.open(map,m_eb8481c3b664b77b5303f490063a0908);});$marker.push(m_eb8481c3b664b77b5303f490063a0908);}});}google.maps.event.addDomListener(window, 'load', initialize);