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(32.2898,-90.1814)};var g_26505e0494662534f633586941b77d0c = new google.maps.Geocoder();g_26505e0494662534f633586941b77d0c.geocode( { 'address': "3500 Lakeland Dr, Flowood, MS 39232"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flowood-MS-metropolitan-bank-the').style.display = '';map = new google.maps.Map(document.getElementById('flowood-MS-metropolitan-bank-the'), mapOptions);}document.getElementById('d8288286').innerHTML += ' | View Map';var $l26505e0494662534f633586941b77d0c = '

Metropolitan Bank The

Address: 3500 Lakeland Dr, Flowood, MS 39232
Phone: (601) 939-9898
';var m_26505e0494662534f633586941b77d0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Metropolitan Bank The',});m_26505e0494662534f633586941b77d0c['infowindow'] = new google.maps.InfoWindow({content: $l26505e0494662534f633586941b77d0c});var infowindow = new google.maps.InfoWindow({content: $l26505e0494662534f633586941b77d0c});google.maps.event.addListener(m_26505e0494662534f633586941b77d0c, 'click', function() {infowindow.open(map,m_26505e0494662534f633586941b77d0c);});$marker.push(m_26505e0494662534f633586941b77d0c);}});}google.maps.event.addDomListener(window, 'load', initialize);