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.2803,-86.0156)};var g_5ba9603ba73ce1b227ad21159027fa6d = new google.maps.Geocoder();g_5ba9603ba73ce1b227ad21159027fa6d.geocode( { 'address': "34 N Barrett Square, Panama City, FL 32413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('panama-city-FL-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('panama-city-FL-atm-regions-bank'), mapOptions);}document.getElementById('f9296500').innerHTML += ' | View Map';var $l5ba9603ba73ce1b227ad21159027fa6d = '

ATM (Regions Bank)

Address: 34 N Barrett Square, Panama City, FL 32413, USA
Phone: (800) 734-4667
';var m_5ba9603ba73ce1b227ad21159027fa6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_5ba9603ba73ce1b227ad21159027fa6d['infowindow'] = new google.maps.InfoWindow({content: $l5ba9603ba73ce1b227ad21159027fa6d});var infowindow = new google.maps.InfoWindow({content: $l5ba9603ba73ce1b227ad21159027fa6d});google.maps.event.addListener(m_5ba9603ba73ce1b227ad21159027fa6d, 'click', function() {infowindow.open(map,m_5ba9603ba73ce1b227ad21159027fa6d);});$marker.push(m_5ba9603ba73ce1b227ad21159027fa6d);}});var g_fc18a52669efe17b51986568e0b167fc = new google.maps.Geocoder();g_fc18a52669efe17b51986568e0b167fc.geocode( { 'address': "730 N Tyndall Pkwy, Panama City, FL 32404, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('panama-city-FL-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('panama-city-FL-atm-regions-bank'), mapOptions);}document.getElementById('e40190d6').innerHTML += ' | View Map';var $lfc18a52669efe17b51986568e0b167fc = '

ATM (Regions Bank)

Address: 730 N Tyndall Pkwy, Panama City, FL 32404, USA
Phone:
';var m_fc18a52669efe17b51986568e0b167fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_fc18a52669efe17b51986568e0b167fc['infowindow'] = new google.maps.InfoWindow({content: $lfc18a52669efe17b51986568e0b167fc});var infowindow = new google.maps.InfoWindow({content: $lfc18a52669efe17b51986568e0b167fc});google.maps.event.addListener(m_fc18a52669efe17b51986568e0b167fc, 'click', function() {infowindow.open(map,m_fc18a52669efe17b51986568e0b167fc);});$marker.push(m_fc18a52669efe17b51986568e0b167fc);}});}google.maps.event.addDomListener(window, 'load', initialize);