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.4782,-86.5547)};var g_92ae6b9e242703662370b6cefbc6a2ad = new google.maps.Geocoder();g_92ae6b9e242703662370b6cefbc6a2ad.geocode( { 'address': "Lightning Way, Bldg 1362, Eglin AFB, FL 32542, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eglin-afb-FL-synovus---coastal-bank-and-trust---atm').style.display = '';map = new google.maps.Map(document.getElementById('eglin-afb-FL-synovus---coastal-bank-and-trust---atm'), mapOptions);}document.getElementById('1b0be982').innerHTML += ' | View Map';var $l92ae6b9e242703662370b6cefbc6a2ad = '

Synovus - Coastal Bank and Trust - ATM

Address: Lightning Way, Bldg 1362, Eglin AFB, FL 32542, United States
Phone: (888) 825-6954
';var m_92ae6b9e242703662370b6cefbc6a2ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Synovus - Coastal Bank and Trust - ATM',});m_92ae6b9e242703662370b6cefbc6a2ad['infowindow'] = new google.maps.InfoWindow({content: $l92ae6b9e242703662370b6cefbc6a2ad});var infowindow = new google.maps.InfoWindow({content: $l92ae6b9e242703662370b6cefbc6a2ad});google.maps.event.addListener(m_92ae6b9e242703662370b6cefbc6a2ad, 'click', function() {infowindow.open(map,m_92ae6b9e242703662370b6cefbc6a2ad);});$marker.push(m_92ae6b9e242703662370b6cefbc6a2ad);}});}google.maps.event.addDomListener(window, 'load', initialize);