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(30.3251,-81.3985)};var g_bcd738dc8f20a6df8f40c4490e2053b0 = new google.maps.Geocoder();g_bcd738dc8f20a6df8f40c4490e2053b0.geocode( { 'address': "363 Atlantic Blvd, Atlantic Beach, FL 32233, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlantic-beach-FL-bbt---atlantic-beach-branch').style.display = '';map = new google.maps.Map(document.getElementById('atlantic-beach-FL-bbt---atlantic-beach-branch'), mapOptions);}document.getElementById('9e1cc7a0').innerHTML += ' | View Map';var $lbcd738dc8f20a6df8f40c4490e2053b0 = '

BB&T - Atlantic Beach Branch

Address: 363 Atlantic Blvd, Atlantic Beach, FL 32233, USA
Phone: (904) 241-3484
';var m_bcd738dc8f20a6df8f40c4490e2053b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Atlantic Beach Branch',});m_bcd738dc8f20a6df8f40c4490e2053b0['infowindow'] = new google.maps.InfoWindow({content: $lbcd738dc8f20a6df8f40c4490e2053b0});var infowindow = new google.maps.InfoWindow({content: $lbcd738dc8f20a6df8f40c4490e2053b0});google.maps.event.addListener(m_bcd738dc8f20a6df8f40c4490e2053b0, 'click', function() {infowindow.open(map,m_bcd738dc8f20a6df8f40c4490e2053b0);});$marker.push(m_bcd738dc8f20a6df8f40c4490e2053b0);}});}google.maps.event.addDomListener(window, 'load', initialize);