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()};var g_c00f93e02693afe23176023140a46225 = new google.maps.Geocoder();g_c00f93e02693afe23176023140a46225.geocode( { 'address': "220 Mall Ln, Tyndall AFB, FL 32403"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tyndall-afb-FL-armed-forces-bank').style.display = '';map = new google.maps.Map(document.getElementById('tyndall-afb-FL-armed-forces-bank'), mapOptions);}document.getElementById('d9e129c4').innerHTML += ' | View Map';var $lc00f93e02693afe23176023140a46225 = '

Armed Forces Bank

Address: 220 Mall Ln, Tyndall AFB, FL 32403
Phone: (850) 286-8600
';var m_c00f93e02693afe23176023140a46225 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Armed Forces Bank',});m_c00f93e02693afe23176023140a46225['infowindow'] = new google.maps.InfoWindow({content: $lc00f93e02693afe23176023140a46225});var infowindow = new google.maps.InfoWindow({content: $lc00f93e02693afe23176023140a46225});google.maps.event.addListener(m_c00f93e02693afe23176023140a46225, 'click', function() {infowindow.open(map,m_c00f93e02693afe23176023140a46225);});$marker.push(m_c00f93e02693afe23176023140a46225);}});}google.maps.event.addDomListener(window, 'load', initialize);