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.3625,-74.4262)};var g_0dfccf6d4f0d6716824f7d68ef8badab = new google.maps.Geocoder();g_0dfccf6d4f0d6716824f7d68ef8badab.geocode( { 'address': "1226 Atlantic Ave, Atlantic City, NJ 08401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlantic-city-NJ-atlantic-city-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('atlantic-city-NJ-atlantic-city-check-cashing'), mapOptions);}document.getElementById('a1c8a989').innerHTML += ' | View Map';var $l0dfccf6d4f0d6716824f7d68ef8badab = '

Atlantic City Check Cashing

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