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.16,-85.6496)};var g_c494fcbfc764f265476d1c72efc9d8e3 = new google.maps.Geocoder();g_c494fcbfc764f265476d1c72efc9d8e3.geocode( { 'address': "2698 Martin Luther King Jr Blvd, Panama City, FL 32405"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('panama-city-FL-bbt').style.display = '';map = new google.maps.Map(document.getElementById('panama-city-FL-bbt'), mapOptions);}document.getElementById('a21d731d').innerHTML += ' | View Map';var $lc494fcbfc764f265476d1c72efc9d8e3 = '

BB&T

Address: 2698 Martin Luther King Jr Blvd, Panama City, FL 32405
Phone: (850) 747-1284
';var m_c494fcbfc764f265476d1c72efc9d8e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_c494fcbfc764f265476d1c72efc9d8e3['infowindow'] = new google.maps.InfoWindow({content: $lc494fcbfc764f265476d1c72efc9d8e3});var infowindow = new google.maps.InfoWindow({content: $lc494fcbfc764f265476d1c72efc9d8e3});google.maps.event.addListener(m_c494fcbfc764f265476d1c72efc9d8e3, 'click', function() {infowindow.open(map,m_c494fcbfc764f265476d1c72efc9d8e3);});$marker.push(m_c494fcbfc764f265476d1c72efc9d8e3);}});}google.maps.event.addDomListener(window, 'load', initialize);