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.38,-89.61)};var g_35708d450ef1e5cb594bcc757c45796d = new google.maps.Geocoder();g_35708d450ef1e5cb594bcc757c45796d.geocode( { 'address': "Bldg 1100, John C. Stennis Space Center, MS 39529, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('john-c-stennis-space-center-MS-atm-hancock-bank').style.display = '';map = new google.maps.Map(document.getElementById('john-c-stennis-space-center-MS-atm-hancock-bank'), mapOptions);}document.getElementById('2fbded07').innerHTML += ' | View Map';var $l35708d450ef1e5cb594bcc757c45796d = '

ATM (Hancock Bank)

Address: Bldg 1100, John C. Stennis Space Center, MS 39529, USA
Phone:
';var m_35708d450ef1e5cb594bcc757c45796d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Hancock Bank)',});m_35708d450ef1e5cb594bcc757c45796d['infowindow'] = new google.maps.InfoWindow({content: $l35708d450ef1e5cb594bcc757c45796d});var infowindow = new google.maps.InfoWindow({content: $l35708d450ef1e5cb594bcc757c45796d});google.maps.event.addListener(m_35708d450ef1e5cb594bcc757c45796d, 'click', function() {infowindow.open(map,m_35708d450ef1e5cb594bcc757c45796d);});$marker.push(m_35708d450ef1e5cb594bcc757c45796d);}});}google.maps.event.addDomListener(window, 'load', initialize);