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(28.9118,-81.2855)};var g_ad6b3f18e191227dcffda2e9a4118d91 = new google.maps.Geocoder();g_ad6b3f18e191227dcffda2e9a4118d91.geocode( { 'address': "955 Saxon Blvd, Orange City, FL 32763, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orange-city-FL-bbt').style.display = '';map = new google.maps.Map(document.getElementById('orange-city-FL-bbt'), mapOptions);}document.getElementById('33370ad4').innerHTML += ' | View Map';var $lad6b3f18e191227dcffda2e9a4118d91 = '

BB&T

Address: 955 Saxon Blvd, Orange City, FL 32763, USA
Phone: (386) 775-3255
';var m_ad6b3f18e191227dcffda2e9a4118d91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_ad6b3f18e191227dcffda2e9a4118d91['infowindow'] = new google.maps.InfoWindow({content: $lad6b3f18e191227dcffda2e9a4118d91});var infowindow = new google.maps.InfoWindow({content: $lad6b3f18e191227dcffda2e9a4118d91});google.maps.event.addListener(m_ad6b3f18e191227dcffda2e9a4118d91, 'click', function() {infowindow.open(map,m_ad6b3f18e191227dcffda2e9a4118d91);});$marker.push(m_ad6b3f18e191227dcffda2e9a4118d91);}});}google.maps.event.addDomListener(window, 'load', initialize);