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.1735,-84.1871)};var g_97aaae6f3dd7bc0f0c7f8a147b316754 = new google.maps.Geocoder();g_97aaae6f3dd7bc0f0c7f8a147b316754.geocode( { 'address': "5495 Bethelview Rd, Cumming, GA 30040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumming-GA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('cumming-GA-atm-bbt'), mapOptions);}document.getElementById('e0c117ff').innerHTML += ' | View Map';var $l97aaae6f3dd7bc0f0c7f8a147b316754 = '

ATM (BB&T)

Address: 5495 Bethelview Rd, Cumming, GA 30040, USA
Phone:
';var m_97aaae6f3dd7bc0f0c7f8a147b316754 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_97aaae6f3dd7bc0f0c7f8a147b316754['infowindow'] = new google.maps.InfoWindow({content: $l97aaae6f3dd7bc0f0c7f8a147b316754});var infowindow = new google.maps.InfoWindow({content: $l97aaae6f3dd7bc0f0c7f8a147b316754});google.maps.event.addListener(m_97aaae6f3dd7bc0f0c7f8a147b316754, 'click', function() {infowindow.open(map,m_97aaae6f3dd7bc0f0c7f8a147b316754);});$marker.push(m_97aaae6f3dd7bc0f0c7f8a147b316754);}});}google.maps.event.addDomListener(window, 'load', initialize);