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(33.6014,-84.4455)};var g_859866b249b5baa3ed3f83a86ec83a62 = new google.maps.Geocoder();g_859866b249b5baa3ed3f83a86ec83a62.geocode( { 'address': "5432 Riverstation Blvd, Atlanta, GA 30349, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-nationwide-money-services').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-nationwide-money-services'), mapOptions);}document.getElementById('cc9104d9').innerHTML += ' | View Map';var $l859866b249b5baa3ed3f83a86ec83a62 = '

Nationwide Money Services

Address: 5432 Riverstation Blvd, Atlanta, GA 30349, USA
Phone: (770) 991-6901
';var m_859866b249b5baa3ed3f83a86ec83a62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Money Services',});m_859866b249b5baa3ed3f83a86ec83a62['infowindow'] = new google.maps.InfoWindow({content: $l859866b249b5baa3ed3f83a86ec83a62});var infowindow = new google.maps.InfoWindow({content: $l859866b249b5baa3ed3f83a86ec83a62});google.maps.event.addListener(m_859866b249b5baa3ed3f83a86ec83a62, 'click', function() {infowindow.open(map,m_859866b249b5baa3ed3f83a86ec83a62);});$marker.push(m_859866b249b5baa3ed3f83a86ec83a62);}});}google.maps.event.addDomListener(window, 'load', initialize);