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.3499,-74.4586)};var g_b02ec300f88363cac4572b8084bad604 = new google.maps.Geocoder();g_b02ec300f88363cac4572b8084bad604.geocode( { 'address': "4009 Ventnor Ave, Atlantic City, NJ 08401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlantic-city-NJ-dover-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('atlantic-city-NJ-dover-check-cashing'), mapOptions);}document.getElementById('822d6c74').innerHTML += ' | View Map';var $lb02ec300f88363cac4572b8084bad604 = '

Dover Check Cashing

Address: 4009 Ventnor Ave, Atlantic City, NJ 08401, USA
Phone: (609) 345-7001
';var m_b02ec300f88363cac4572b8084bad604 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dover Check Cashing',});m_b02ec300f88363cac4572b8084bad604['infowindow'] = new google.maps.InfoWindow({content: $lb02ec300f88363cac4572b8084bad604});var infowindow = new google.maps.InfoWindow({content: $lb02ec300f88363cac4572b8084bad604});google.maps.event.addListener(m_b02ec300f88363cac4572b8084bad604, 'click', function() {infowindow.open(map,m_b02ec300f88363cac4572b8084bad604);});$marker.push(m_b02ec300f88363cac4572b8084bad604);}});}google.maps.event.addDomListener(window, 'load', initialize);