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.1722,-101.849)};var g_284e349b21e217be7376ff523e7a4c2b = new google.maps.Geocoder();g_284e349b21e217be7376ff523e7a4c2b.geocode( { 'address': "4006 S Washington St A, Amarillo, TX 79110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amarillo-TX-city-pawn--gun').style.display = '';map = new google.maps.Map(document.getElementById('amarillo-TX-city-pawn--gun'), mapOptions);}document.getElementById('acd1bac4').innerHTML += ' | View Map';var $l284e349b21e217be7376ff523e7a4c2b = '

City Pawn & Gun

Address: 4006 S Washington St A, Amarillo, TX 79110, USA
Phone: (806) 354-2768
';var m_284e349b21e217be7376ff523e7a4c2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Pawn & Gun',});m_284e349b21e217be7376ff523e7a4c2b['infowindow'] = new google.maps.InfoWindow({content: $l284e349b21e217be7376ff523e7a4c2b});var infowindow = new google.maps.InfoWindow({content: $l284e349b21e217be7376ff523e7a4c2b});google.maps.event.addListener(m_284e349b21e217be7376ff523e7a4c2b, 'click', function() {infowindow.open(map,m_284e349b21e217be7376ff523e7a4c2b);});$marker.push(m_284e349b21e217be7376ff523e7a4c2b);}});}google.maps.event.addDomListener(window, 'load', initialize);