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.3923,-88.9951)};var g_c56ff9d8e9a0bcc230f64f66f918f6f7 = new google.maps.Geocoder();g_c56ff9d8e9a0bcc230f64f66f918f6f7.geocode( { 'address': "2681 Ct Switzer Sr Dr, Biloxi, MS 39531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('biloxi-MS-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('biloxi-MS-woodforest-national-bank'), mapOptions);}document.getElementById('62204d14').innerHTML += ' | View Map';var $lc56ff9d8e9a0bcc230f64f66f918f6f7 = '

Woodforest National Bank

Address: 2681 Ct Switzer Sr Dr, Biloxi, MS 39531, USA
Phone: (228) 385-3447
';var m_c56ff9d8e9a0bcc230f64f66f918f6f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_c56ff9d8e9a0bcc230f64f66f918f6f7['infowindow'] = new google.maps.InfoWindow({content: $lc56ff9d8e9a0bcc230f64f66f918f6f7});var infowindow = new google.maps.InfoWindow({content: $lc56ff9d8e9a0bcc230f64f66f918f6f7});google.maps.event.addListener(m_c56ff9d8e9a0bcc230f64f66f918f6f7, 'click', function() {infowindow.open(map,m_c56ff9d8e9a0bcc230f64f66f918f6f7);});$marker.push(m_c56ff9d8e9a0bcc230f64f66f918f6f7);}});}google.maps.event.addDomListener(window, 'load', initialize);