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(40.1526,-74.8572)};var g_b70d15bf5840f8e7791e821588d20db3 = new google.maps.Geocoder();g_b70d15bf5840f8e7791e821588d20db3.geocode( { 'address': "6902 New Falls Rd, Levittown, PA 19057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('levittown-PA-j--r-pawn-shop--check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('levittown-PA-j--r-pawn-shop--check-cashing'), mapOptions);}document.getElementById('b14ff85a').innerHTML += ' | View Map';var $lb70d15bf5840f8e7791e821588d20db3 = '

J & R Pawn Shop & Check Cashing

Address: 6902 New Falls Rd, Levittown, PA 19057, USA
Phone: (215) 547-2220
';var m_b70d15bf5840f8e7791e821588d20db3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'J & R Pawn Shop & Check Cashing',});m_b70d15bf5840f8e7791e821588d20db3['infowindow'] = new google.maps.InfoWindow({content: $lb70d15bf5840f8e7791e821588d20db3});var infowindow = new google.maps.InfoWindow({content: $lb70d15bf5840f8e7791e821588d20db3});google.maps.event.addListener(m_b70d15bf5840f8e7791e821588d20db3, 'click', function() {infowindow.open(map,m_b70d15bf5840f8e7791e821588d20db3);});$marker.push(m_b70d15bf5840f8e7791e821588d20db3);}});}google.maps.event.addDomListener(window, 'load', initialize);