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.6491)};var g_5c82c20e71ae0993ba916e6af083b007 = new google.maps.Geocoder();g_5c82c20e71ae0993ba916e6af083b007.geocode( { 'address': "2698 FL-77, Panama City, FL 32405, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('panama-city-FL-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('panama-city-FL-bbt-atm'), mapOptions);}document.getElementById('f7d5dca7').innerHTML += ' | View Map';var $l5c82c20e71ae0993ba916e6af083b007 = '

BB&T ATM

Address: 2698 FL-77, Panama City, FL 32405, USA
Phone: (800) 226-5228
';var m_5c82c20e71ae0993ba916e6af083b007 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_5c82c20e71ae0993ba916e6af083b007['infowindow'] = new google.maps.InfoWindow({content: $l5c82c20e71ae0993ba916e6af083b007});var infowindow = new google.maps.InfoWindow({content: $l5c82c20e71ae0993ba916e6af083b007});google.maps.event.addListener(m_5c82c20e71ae0993ba916e6af083b007, 'click', function() {infowindow.open(map,m_5c82c20e71ae0993ba916e6af083b007);});$marker.push(m_5c82c20e71ae0993ba916e6af083b007);}});}google.maps.event.addDomListener(window, 'load', initialize);