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.9308,-84.3729)};var g_5a834ec7e9dc45a5fae01dc7497e534f = new google.maps.Geocoder();g_5a834ec7e9dc45a5fae01dc7497e534f.geocode( { 'address': "111 Collins Ave, Blue Ridge, GA 30513, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blue-ridge-GA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('blue-ridge-GA-atm-bbt'), mapOptions);}document.getElementById('42fc0c99').innerHTML += ' | View Map';var $l5a834ec7e9dc45a5fae01dc7497e534f = '

ATM (BB&T)

Address: 111 Collins Ave, Blue Ridge, GA 30513, USA
Phone:
';var m_5a834ec7e9dc45a5fae01dc7497e534f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_5a834ec7e9dc45a5fae01dc7497e534f['infowindow'] = new google.maps.InfoWindow({content: $l5a834ec7e9dc45a5fae01dc7497e534f});var infowindow = new google.maps.InfoWindow({content: $l5a834ec7e9dc45a5fae01dc7497e534f});google.maps.event.addListener(m_5a834ec7e9dc45a5fae01dc7497e534f, 'click', function() {infowindow.open(map,m_5a834ec7e9dc45a5fae01dc7497e534f);});$marker.push(m_5a834ec7e9dc45a5fae01dc7497e534f);}});}google.maps.event.addDomListener(window, 'load', initialize);