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.3426,-90.0587)};var g_6b916c78bf10d2b686efd44acb1cb965 = new google.maps.Geocoder();g_6b916c78bf10d2b686efd44acb1cb965.geocode( { 'address': "193 Promenade Blvd, Flowood, MS 39232, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flowood-MS-bank-plus-mortgage-center').style.display = '';map = new google.maps.Map(document.getElementById('flowood-MS-bank-plus-mortgage-center'), mapOptions);}document.getElementById('2349b31b').innerHTML += ' | View Map';var $l6b916c78bf10d2b686efd44acb1cb965 = '

Bank Plus Mortgage Center

Address: 193 Promenade Blvd, Flowood, MS 39232, USA
Phone: (601) 992-8432
';var m_6b916c78bf10d2b686efd44acb1cb965 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Plus Mortgage Center',});m_6b916c78bf10d2b686efd44acb1cb965['infowindow'] = new google.maps.InfoWindow({content: $l6b916c78bf10d2b686efd44acb1cb965});var infowindow = new google.maps.InfoWindow({content: $l6b916c78bf10d2b686efd44acb1cb965});google.maps.event.addListener(m_6b916c78bf10d2b686efd44acb1cb965, 'click', function() {infowindow.open(map,m_6b916c78bf10d2b686efd44acb1cb965);});$marker.push(m_6b916c78bf10d2b686efd44acb1cb965);}});}google.maps.event.addDomListener(window, 'load', initialize);