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(34.1909,-84.5105)};var g_f744deb599586656f42823afe88d744e = new google.maps.Geocoder();g_f744deb599586656f42823afe88d744e.geocode( { 'address': "152 Prominence Point Pkwy, Canton, GA 30114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-GA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('canton-GA-atm-bbt'), mapOptions);}document.getElementById('8eb6d6cd').innerHTML += ' | View Map';var $lf744deb599586656f42823afe88d744e = '

ATM (BB&T)

Address: 152 Prominence Point Pkwy, Canton, GA 30114, USA
Phone:
';var m_f744deb599586656f42823afe88d744e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_f744deb599586656f42823afe88d744e['infowindow'] = new google.maps.InfoWindow({content: $lf744deb599586656f42823afe88d744e});var infowindow = new google.maps.InfoWindow({content: $lf744deb599586656f42823afe88d744e});google.maps.event.addListener(m_f744deb599586656f42823afe88d744e, 'click', function() {infowindow.open(map,m_f744deb599586656f42823afe88d744e);});$marker.push(m_f744deb599586656f42823afe88d744e);}});}google.maps.event.addDomListener(window, 'load', initialize);