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.5727,-84.5419)};var g_a42bde7f0a8acc277c4e482a927d86ae = new google.maps.Geocoder();g_a42bde7f0a8acc277c4e482a927d86ae.geocode( { 'address': "4735 Jonesboro Rd, Union City, GA 30291, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-city-GA-walmart-money-center').style.display = '';map = new google.maps.Map(document.getElementById('union-city-GA-walmart-money-center'), mapOptions);}document.getElementById('05a85f18').innerHTML += ' | View Map';var $la42bde7f0a8acc277c4e482a927d86ae = '

Walmart Money Center

Address: 4735 Jonesboro Rd, Union City, GA 30291, USA
Phone: (770) 964-1011
';var m_a42bde7f0a8acc277c4e482a927d86ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Walmart Money Center',});m_a42bde7f0a8acc277c4e482a927d86ae['infowindow'] = new google.maps.InfoWindow({content: $la42bde7f0a8acc277c4e482a927d86ae});var infowindow = new google.maps.InfoWindow({content: $la42bde7f0a8acc277c4e482a927d86ae});google.maps.event.addListener(m_a42bde7f0a8acc277c4e482a927d86ae, 'click', function() {infowindow.open(map,m_a42bde7f0a8acc277c4e482a927d86ae);});$marker.push(m_a42bde7f0a8acc277c4e482a927d86ae);}});}google.maps.event.addDomListener(window, 'load', initialize);