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.6506,-74.7927)};var g_bf803deb59d484a167296b00fe34d351 = new google.maps.Geocoder();g_bf803deb59d484a167296b00fe34d351.geocode( { 'address': "111 N White Horse Pike, Hammonton, NJ 08037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hammonton-NJ-pike-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('hammonton-NJ-pike-check-cashing'), mapOptions);}document.getElementById('0220d0d3').innerHTML += ' | View Map';var $lbf803deb59d484a167296b00fe34d351 = '

Pike Check Cashing

Address: 111 N White Horse Pike, Hammonton, NJ 08037, USA
Phone: (609) 704-2900
';var m_bf803deb59d484a167296b00fe34d351 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pike Check Cashing',});m_bf803deb59d484a167296b00fe34d351['infowindow'] = new google.maps.InfoWindow({content: $lbf803deb59d484a167296b00fe34d351});var infowindow = new google.maps.InfoWindow({content: $lbf803deb59d484a167296b00fe34d351});google.maps.event.addListener(m_bf803deb59d484a167296b00fe34d351, 'click', function() {infowindow.open(map,m_bf803deb59d484a167296b00fe34d351);});$marker.push(m_bf803deb59d484a167296b00fe34d351);}});}google.maps.event.addDomListener(window, 'load', initialize);