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(31.1642,-81.3871)};var g_d209d347a1bbc91c03d211d0c827d50f = new google.maps.Geocoder();g_d209d347a1bbc91c03d211d0c827d50f.geocode( { 'address': "1709 Frederica Rd, Saint Simons Island, GA 31522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-simons-island-GA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('saint-simons-island-GA-bbt-atm'), mapOptions);}document.getElementById('cb9782c6').innerHTML += ' | View Map';var $ld209d347a1bbc91c03d211d0c827d50f = '

BB&T ATM

Address: 1709 Frederica Rd, Saint Simons Island, GA 31522, USA
Phone: (800) 226-5228
';var m_d209d347a1bbc91c03d211d0c827d50f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_d209d347a1bbc91c03d211d0c827d50f['infowindow'] = new google.maps.InfoWindow({content: $ld209d347a1bbc91c03d211d0c827d50f});var infowindow = new google.maps.InfoWindow({content: $ld209d347a1bbc91c03d211d0c827d50f});google.maps.event.addListener(m_d209d347a1bbc91c03d211d0c827d50f, 'click', function() {infowindow.open(map,m_d209d347a1bbc91c03d211d0c827d50f);});$marker.push(m_d209d347a1bbc91c03d211d0c827d50f);}});}google.maps.event.addDomListener(window, 'load', initialize);