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(33.9671,-98.5096)};var g_443ecbd48bc81e881b05d044e4376b6f = new google.maps.Geocoder();g_443ecbd48bc81e881b05d044e4376b6f.geocode( { 'address': "2nd & E Ave # 200, Sheppard AFB, TX 76311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sheppard-air-force-base-TX-sheppard-bank').style.display = '';map = new google.maps.Map(document.getElementById('sheppard-air-force-base-TX-sheppard-bank'), mapOptions);}document.getElementById('325d0ed6').innerHTML += ' | View Map';var $l443ecbd48bc81e881b05d044e4376b6f = '

Sheppard Bank

Address: 2nd & E Ave # 200, Sheppard AFB, TX 76311, USA
Phone: (940) 855-2321
';var m_443ecbd48bc81e881b05d044e4376b6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sheppard Bank',});m_443ecbd48bc81e881b05d044e4376b6f['infowindow'] = new google.maps.InfoWindow({content: $l443ecbd48bc81e881b05d044e4376b6f});var infowindow = new google.maps.InfoWindow({content: $l443ecbd48bc81e881b05d044e4376b6f});google.maps.event.addListener(m_443ecbd48bc81e881b05d044e4376b6f, 'click', function() {infowindow.open(map,m_443ecbd48bc81e881b05d044e4376b6f);});$marker.push(m_443ecbd48bc81e881b05d044e4376b6f);}});}google.maps.event.addDomListener(window, 'load', initialize);