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.1963,-85.6492)};var g_3e795844e92b54029c40f3ff3af28792 = new google.maps.Geocoder();g_3e795844e92b54029c40f3ff3af28792.geocode( { 'address': "2698 Martin Luther King Jr Blvd, Panama City, FL 32405, USA"}, 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('c8e901d6').innerHTML += ' | View Map';var $l3e795844e92b54029c40f3ff3af28792 = '

BB&T

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