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(39.2838,-94.9022)};var g_db991b1dd06089e841027c0b77b66410 = new google.maps.Geocoder();g_db991b1dd06089e841027c0b77b66410.geocode( { 'address': "Trafficway, 3501 S 4th St, Leavenworth, KS 66048, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leavenworth-KS-first-city-pawn--jewelry').style.display = '';map = new google.maps.Map(document.getElementById('leavenworth-KS-first-city-pawn--jewelry'), mapOptions);}document.getElementById('6c448aa3').innerHTML += ' | View Map';var $ldb991b1dd06089e841027c0b77b66410 = '

First City Pawn & Jewelry

Address: Trafficway, 3501 S 4th St, Leavenworth, KS 66048, USA
Phone: (913) 752-9146
';var m_db991b1dd06089e841027c0b77b66410 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First City Pawn & Jewelry',});m_db991b1dd06089e841027c0b77b66410['infowindow'] = new google.maps.InfoWindow({content: $ldb991b1dd06089e841027c0b77b66410});var infowindow = new google.maps.InfoWindow({content: $ldb991b1dd06089e841027c0b77b66410});google.maps.event.addListener(m_db991b1dd06089e841027c0b77b66410, 'click', function() {infowindow.open(map,m_db991b1dd06089e841027c0b77b66410);});$marker.push(m_db991b1dd06089e841027c0b77b66410);}});}google.maps.event.addDomListener(window, 'load', initialize);