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.215,-81.3802)};var g_a657d11082e4d93d9436e19bd4504b77 = new google.maps.Geocoder();g_a657d11082e4d93d9436e19bd4504b77.geocode( { 'address': "625 SR A1A North, Ponte Vedra Beach, FL 32082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ponte-vedra-beach-FL-bbt').style.display = '';map = new google.maps.Map(document.getElementById('ponte-vedra-beach-FL-bbt'), mapOptions);}document.getElementById('02fccc40').innerHTML += ' | View Map';var $la657d11082e4d93d9436e19bd4504b77 = '

BB&T

Address: 625 SR A1A North, Ponte Vedra Beach, FL 32082, USA
Phone: (904) 280-9390
';var m_a657d11082e4d93d9436e19bd4504b77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_a657d11082e4d93d9436e19bd4504b77['infowindow'] = new google.maps.InfoWindow({content: $la657d11082e4d93d9436e19bd4504b77});var infowindow = new google.maps.InfoWindow({content: $la657d11082e4d93d9436e19bd4504b77});google.maps.event.addListener(m_a657d11082e4d93d9436e19bd4504b77, 'click', function() {infowindow.open(map,m_a657d11082e4d93d9436e19bd4504b77);});$marker.push(m_a657d11082e4d93d9436e19bd4504b77);}});}google.maps.event.addDomListener(window, 'load', initialize);