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.3603,-74.4336)};var g_11a5b5ef81cff76a0a1f3d042f635df3 = new google.maps.Geocoder();g_11a5b5ef81cff76a0a1f3d042f635df3.geocode( { 'address': "1801 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-western-union').style.display = '';map = new google.maps.Map(document.getElementById('atlantic-city-NJ-western-union'), mapOptions);}document.getElementById('dc1dc3b7').innerHTML += ' | View Map';var $l11a5b5ef81cff76a0a1f3d042f635df3 = '

Western Union

Address: 1801 Atlantic Ave, Atlantic City, NJ 08401, USA
Phone: (609) 441-7190
';var m_11a5b5ef81cff76a0a1f3d042f635df3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_11a5b5ef81cff76a0a1f3d042f635df3['infowindow'] = new google.maps.InfoWindow({content: $l11a5b5ef81cff76a0a1f3d042f635df3});var infowindow = new google.maps.InfoWindow({content: $l11a5b5ef81cff76a0a1f3d042f635df3});google.maps.event.addListener(m_11a5b5ef81cff76a0a1f3d042f635df3, 'click', function() {infowindow.open(map,m_11a5b5ef81cff76a0a1f3d042f635df3);});$marker.push(m_11a5b5ef81cff76a0a1f3d042f635df3);}});}google.maps.event.addDomListener(window, 'load', initialize);