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(38.052,-97.3452)};var g_036fb4065ae336d2758cae2048b83831 = new google.maps.Geocoder();g_036fb4065ae336d2758cae2048b83831.geocode( { 'address': "819 N Main St, Newton, KS 67114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newton-KS-patriot-pawn--firearms-co-llc').style.display = '';map = new google.maps.Map(document.getElementById('newton-KS-patriot-pawn--firearms-co-llc'), mapOptions);}document.getElementById('48a9b48f').innerHTML += ' | View Map';var $l036fb4065ae336d2758cae2048b83831 = '

Patriot Pawn & Firearms Co LLC

Address: 819 N Main St, Newton, KS 67114, USA
Phone: (316) 283-3983
';var m_036fb4065ae336d2758cae2048b83831 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Patriot Pawn & Firearms Co LLC',});m_036fb4065ae336d2758cae2048b83831['infowindow'] = new google.maps.InfoWindow({content: $l036fb4065ae336d2758cae2048b83831});var infowindow = new google.maps.InfoWindow({content: $l036fb4065ae336d2758cae2048b83831});google.maps.event.addListener(m_036fb4065ae336d2758cae2048b83831, 'click', function() {infowindow.open(map,m_036fb4065ae336d2758cae2048b83831);});$marker.push(m_036fb4065ae336d2758cae2048b83831);}});}google.maps.event.addDomListener(window, 'load', initialize);