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.1964,-85.6491)};var g_b106332f7d804fb52d509b941d316d18 = new google.maps.Geocoder();g_b106332f7d804fb52d509b941d316d18.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-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('panama-city-FL-bbt-mortgage'), mapOptions);}document.getElementById('c8e901d6').innerHTML += ' | View Map';var $lb106332f7d804fb52d509b941d316d18 = '

BB&T Mortgage

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