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.3855,-89.0869)};var g_20b3c39862ca1f0e8a12a96218615351 = new google.maps.Geocoder();g_20b3c39862ca1f0e8a12a96218615351.geocode( { 'address': "2309 13th Ave, Gulfport, MS 39501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gulfport-MS-bancorp-south').style.display = '';map = new google.maps.Map(document.getElementById('gulfport-MS-bancorp-south'), mapOptions);}document.getElementById('1a9eac79').innerHTML += ' | View Map';var $l20b3c39862ca1f0e8a12a96218615351 = '

Bancorp South

Address: 2309 13th Ave, Gulfport, MS 39501
Phone: (228) 214-2280
';var m_20b3c39862ca1f0e8a12a96218615351 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bancorp South',});m_20b3c39862ca1f0e8a12a96218615351['infowindow'] = new google.maps.InfoWindow({content: $l20b3c39862ca1f0e8a12a96218615351});var infowindow = new google.maps.InfoWindow({content: $l20b3c39862ca1f0e8a12a96218615351});google.maps.event.addListener(m_20b3c39862ca1f0e8a12a96218615351, 'click', function() {infowindow.open(map,m_20b3c39862ca1f0e8a12a96218615351);});$marker.push(m_20b3c39862ca1f0e8a12a96218615351);}});}google.maps.event.addDomListener(window, 'load', initialize);