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.0839,-88.5951)};var g_3391d68851c94d0abca4d128496c4302 = new google.maps.Geocoder();g_3391d68851c94d0abca4d128496c4302.geocode( { 'address': "401 S 3rd St, Paducah, KY 42003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paducah-KY-cash-express-pawn').style.display = '';map = new google.maps.Map(document.getElementById('paducah-KY-cash-express-pawn'), mapOptions);}document.getElementById('653e7d4b').innerHTML += ' | View Map';var $l3391d68851c94d0abca4d128496c4302 = '

Cash Express Pawn

Address: 401 S 3rd St, Paducah, KY 42003, USA
Phone: (270) 443-6633
';var m_3391d68851c94d0abca4d128496c4302 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Express Pawn',});m_3391d68851c94d0abca4d128496c4302['infowindow'] = new google.maps.InfoWindow({content: $l3391d68851c94d0abca4d128496c4302});var infowindow = new google.maps.InfoWindow({content: $l3391d68851c94d0abca4d128496c4302});google.maps.event.addListener(m_3391d68851c94d0abca4d128496c4302, 'click', function() {infowindow.open(map,m_3391d68851c94d0abca4d128496c4302);});$marker.push(m_3391d68851c94d0abca4d128496c4302);}});}google.maps.event.addDomListener(window, 'load', initialize);