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.6114,-75.4764)};var g_172ef5a94b4dd0aa120c6878fc29f70c = new google.maps.Geocoder();g_172ef5a94b4dd0aa120c6878fc29f70c.geocode( { 'address': "636 N 7th St, Allentown, PA 18102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allentown-PA-pawn-plus').style.display = '';map = new google.maps.Map(document.getElementById('allentown-PA-pawn-plus'), mapOptions);}document.getElementById('8b45034a').innerHTML += ' | View Map';var $l172ef5a94b4dd0aa120c6878fc29f70c = '

Pawn Plus

Address: 636 N 7th St, Allentown, PA 18102, USA
Phone: (610) 437-5600
';var m_172ef5a94b4dd0aa120c6878fc29f70c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pawn Plus',});m_172ef5a94b4dd0aa120c6878fc29f70c['infowindow'] = new google.maps.InfoWindow({content: $l172ef5a94b4dd0aa120c6878fc29f70c});var infowindow = new google.maps.InfoWindow({content: $l172ef5a94b4dd0aa120c6878fc29f70c});google.maps.event.addListener(m_172ef5a94b4dd0aa120c6878fc29f70c, 'click', function() {infowindow.open(map,m_172ef5a94b4dd0aa120c6878fc29f70c);});$marker.push(m_172ef5a94b4dd0aa120c6878fc29f70c);}});}google.maps.event.addDomListener(window, 'load', initialize);