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.7884,-84.1626)};var g_da9b084f805ed093fb2b05f05c77cb33 = new google.maps.Geocoder();g_da9b084f805ed093fb2b05f05c77cb33.geocode( { 'address': "355 N Stone Mountain Lithonia Rd, Stone Mountain, GA 30088, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stone-mountain-GA-atm-chase').style.display = '';map = new google.maps.Map(document.getElementById('stone-mountain-GA-atm-chase'), mapOptions);}document.getElementById('275423ea').innerHTML += ' | View Map';var $lda9b084f805ed093fb2b05f05c77cb33 = '

ATM (Chase)

Address: 355 N Stone Mountain Lithonia Rd, Stone Mountain, GA 30088, USA
Phone:
';var m_da9b084f805ed093fb2b05f05c77cb33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Chase)',});m_da9b084f805ed093fb2b05f05c77cb33['infowindow'] = new google.maps.InfoWindow({content: $lda9b084f805ed093fb2b05f05c77cb33});var infowindow = new google.maps.InfoWindow({content: $lda9b084f805ed093fb2b05f05c77cb33});google.maps.event.addListener(m_da9b084f805ed093fb2b05f05c77cb33, 'click', function() {infowindow.open(map,m_da9b084f805ed093fb2b05f05c77cb33);});$marker.push(m_da9b084f805ed093fb2b05f05c77cb33);}});}google.maps.event.addDomListener(window, 'load', initialize);