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.9455,-83.7541)};var g_d1ffd2cb91c2f958534a571ef6c731f1 = new google.maps.Geocoder();g_d1ffd2cb91c2f958534a571ef6c731f1.geocode( { 'address': "Rite Aid 3412, 131 S Main St, Hiawassee, GA 30546, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hiawassee-GA-bbt-atm-inside-rite-aid').style.display = '';map = new google.maps.Map(document.getElementById('hiawassee-GA-bbt-atm-inside-rite-aid'), mapOptions);}document.getElementById('4252812c').innerHTML += ' | View Map';var $ld1ffd2cb91c2f958534a571ef6c731f1 = '

BB&T ATM inside Rite Aid

Address: Rite Aid 3412, 131 S Main St, Hiawassee, GA 30546, USA
Phone: (800) 226-5228
';var m_d1ffd2cb91c2f958534a571ef6c731f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM inside Rite Aid',});m_d1ffd2cb91c2f958534a571ef6c731f1['infowindow'] = new google.maps.InfoWindow({content: $ld1ffd2cb91c2f958534a571ef6c731f1});var infowindow = new google.maps.InfoWindow({content: $ld1ffd2cb91c2f958534a571ef6c731f1});google.maps.event.addListener(m_d1ffd2cb91c2f958534a571ef6c731f1, 'click', function() {infowindow.open(map,m_d1ffd2cb91c2f958534a571ef6c731f1);});$marker.push(m_d1ffd2cb91c2f958534a571ef6c731f1);}});}google.maps.event.addDomListener(window, 'load', initialize);