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.5665,-84.5372)};var g_b2a2e3bd5fc43e508843a961006d2f97 = new google.maps.Geocoder();g_b2a2e3bd5fc43e508843a961006d2f97.geocode( { 'address': "4550 Jonesboro Rd # 30, Union City, GA 30291, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-city-GA-atm-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('union-city-GA-atm-chase-bank'), mapOptions);}document.getElementById('70da3afe').innerHTML += ' | View Map';var $lb2a2e3bd5fc43e508843a961006d2f97 = '

ATM (Chase Bank)

Address: 4550 Jonesboro Rd # 30, Union City, GA 30291, USA
Phone:
';var m_b2a2e3bd5fc43e508843a961006d2f97 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Chase Bank)',});m_b2a2e3bd5fc43e508843a961006d2f97['infowindow'] = new google.maps.InfoWindow({content: $lb2a2e3bd5fc43e508843a961006d2f97});var infowindow = new google.maps.InfoWindow({content: $lb2a2e3bd5fc43e508843a961006d2f97});google.maps.event.addListener(m_b2a2e3bd5fc43e508843a961006d2f97, 'click', function() {infowindow.open(map,m_b2a2e3bd5fc43e508843a961006d2f97);});$marker.push(m_b2a2e3bd5fc43e508843a961006d2f97);}});}google.maps.event.addDomListener(window, 'load', initialize);