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(37.2426,-96.9964)};var g_d026b1cfa6adf0e14694561357a5a1fd = new google.maps.Geocoder();g_d026b1cfa6adf0e14694561357a5a1fd.geocode( { 'address': "118 E 7th Ave, Winfield, KS 67156, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winfield-KS-k-cs-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('winfield-KS-k-cs-pawn-shop'), mapOptions);}document.getElementById('5975e6ce').innerHTML += ' | View Map';var $ld026b1cfa6adf0e14694561357a5a1fd = '

K C's Pawn Shop

Address: 118 E 7th Ave, Winfield, KS 67156, USA
Phone: (620) 221-7296
';var m_d026b1cfa6adf0e14694561357a5a1fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'K C's Pawn Shop',});m_d026b1cfa6adf0e14694561357a5a1fd['infowindow'] = new google.maps.InfoWindow({content: $ld026b1cfa6adf0e14694561357a5a1fd});var infowindow = new google.maps.InfoWindow({content: $ld026b1cfa6adf0e14694561357a5a1fd});google.maps.event.addListener(m_d026b1cfa6adf0e14694561357a5a1fd, 'click', function() {infowindow.open(map,m_d026b1cfa6adf0e14694561357a5a1fd);});$marker.push(m_d026b1cfa6adf0e14694561357a5a1fd);}});}google.maps.event.addDomListener(window, 'load', initialize);