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.8032,-74.9322)};var g_66c6b12642dbde44cf33a802c39a7c29 = new google.maps.Geocoder();g_66c6b12642dbde44cf33a802c39a7c29.geocode( { 'address': "140 NJ-73, West Berlin, NJ 08091, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-berlin-NJ-1st-united-pawn--loan').style.display = '';map = new google.maps.Map(document.getElementById('west-berlin-NJ-1st-united-pawn--loan'), mapOptions);}document.getElementById('6fd2a0bd').innerHTML += ' | View Map';var $l66c6b12642dbde44cf33a802c39a7c29 = '

1st United Pawn & Loan

Address: 140 NJ-73, West Berlin, NJ 08091, USA
Phone: (856) 809-2942
';var m_66c6b12642dbde44cf33a802c39a7c29 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st United Pawn & Loan',});m_66c6b12642dbde44cf33a802c39a7c29['infowindow'] = new google.maps.InfoWindow({content: $l66c6b12642dbde44cf33a802c39a7c29});var infowindow = new google.maps.InfoWindow({content: $l66c6b12642dbde44cf33a802c39a7c29});google.maps.event.addListener(m_66c6b12642dbde44cf33a802c39a7c29, 'click', function() {infowindow.open(map,m_66c6b12642dbde44cf33a802c39a7c29);});$marker.push(m_66c6b12642dbde44cf33a802c39a7c29);}});}google.maps.event.addDomListener(window, 'load', initialize);