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.0437,-94.5686)};var g_12f074d495847731c3dabe98746501b5 = new google.maps.Geocoder();g_12f074d495847731c3dabe98746501b5.geocode( { 'address': "1380 Brush Creek Blvd, Kansas City, MO 64110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-js-pawn--loan').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-js-pawn--loan'), mapOptions);}document.getElementById('643ccc6e').innerHTML += ' | View Map';var $l12f074d495847731c3dabe98746501b5 = '

J's Pawn & Loan

Address: 1380 Brush Creek Blvd, Kansas City, MO 64110, USA
Phone: (816) 753-5080
';var m_12f074d495847731c3dabe98746501b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'J's Pawn & Loan',});m_12f074d495847731c3dabe98746501b5['infowindow'] = new google.maps.InfoWindow({content: $l12f074d495847731c3dabe98746501b5});var infowindow = new google.maps.InfoWindow({content: $l12f074d495847731c3dabe98746501b5});google.maps.event.addListener(m_12f074d495847731c3dabe98746501b5, 'click', function() {infowindow.open(map,m_12f074d495847731c3dabe98746501b5);});$marker.push(m_12f074d495847731c3dabe98746501b5);}});}google.maps.event.addDomListener(window, 'load', initialize);