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.686,-74.2389)};var g_24bad578b642e353c602ddafd1a93fed = new google.maps.Geocoder();g_24bad578b642e353c602ddafd1a93fed.geocode( { 'address': "595 E Bay Ave, Manahawkin, NJ 08050, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stafford-township-NJ-western-union').style.display = '';map = new google.maps.Map(document.getElementById('stafford-township-NJ-western-union'), mapOptions);}document.getElementById('8e7ad122').innerHTML += ' | View Map';var $l24bad578b642e353c602ddafd1a93fed = '

Western Union

Address: 595 E Bay Ave, Manahawkin, NJ 08050, USA
Phone: (800) 325-6000
';var m_24bad578b642e353c602ddafd1a93fed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_24bad578b642e353c602ddafd1a93fed['infowindow'] = new google.maps.InfoWindow({content: $l24bad578b642e353c602ddafd1a93fed});var infowindow = new google.maps.InfoWindow({content: $l24bad578b642e353c602ddafd1a93fed});google.maps.event.addListener(m_24bad578b642e353c602ddafd1a93fed, 'click', function() {infowindow.open(map,m_24bad578b642e353c602ddafd1a93fed);});$marker.push(m_24bad578b642e353c602ddafd1a93fed);}});}google.maps.event.addDomListener(window, 'load', initialize);