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_b485983611ae3465a283b77763a4c776 = new google.maps.Geocoder();g_b485983611ae3465a283b77763a4c776.geocode( { 'address': "4333 Lakeland Dr, Flowood, MS 39232"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flowood-MS-bank-plus-training-center').style.display = '';map = new google.maps.Map(document.getElementById('flowood-MS-bank-plus-training-center'), mapOptions);}document.getElementById('4f519189').innerHTML += ' | View Map';var $lb485983611ae3465a283b77763a4c776 = '

Bank Plus Training Center

Address: 4333 Lakeland Dr, Flowood, MS 39232
Phone: (601) 939-6167
';var m_b485983611ae3465a283b77763a4c776 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Plus Training Center',});m_b485983611ae3465a283b77763a4c776['infowindow'] = new google.maps.InfoWindow({content: $lb485983611ae3465a283b77763a4c776});var infowindow = new google.maps.InfoWindow({content: $lb485983611ae3465a283b77763a4c776});google.maps.event.addListener(m_b485983611ae3465a283b77763a4c776, 'click', function() {infowindow.open(map,m_b485983611ae3465a283b77763a4c776);});$marker.push(m_b485983611ae3465a283b77763a4c776);}});}google.maps.event.addDomListener(window, 'load', initialize);