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.797,-74.9246)};var g_cfa2d136b0a50dc68ed18c701297924d = new google.maps.Geocoder();g_cfa2d136b0a50dc68ed18c701297924d.geocode( { 'address': "183 NJ-73, Berlin Township, NJ 08091, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-berlin-NJ-united-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('west-berlin-NJ-united-check-cashing'), mapOptions);}document.getElementById('f6f4234f').innerHTML += ' | View Map';var $lcfa2d136b0a50dc68ed18c701297924d = '

United Check Cashing

Address: 183 NJ-73, Berlin Township, NJ 08091, USA
Phone: (856) 753-3006
';var m_cfa2d136b0a50dc68ed18c701297924d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Check Cashing',});m_cfa2d136b0a50dc68ed18c701297924d['infowindow'] = new google.maps.InfoWindow({content: $lcfa2d136b0a50dc68ed18c701297924d});var infowindow = new google.maps.InfoWindow({content: $lcfa2d136b0a50dc68ed18c701297924d});google.maps.event.addListener(m_cfa2d136b0a50dc68ed18c701297924d, 'click', function() {infowindow.open(map,m_cfa2d136b0a50dc68ed18c701297924d);});$marker.push(m_cfa2d136b0a50dc68ed18c701297924d);}});}google.maps.event.addDomListener(window, 'load', initialize);