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.3513,-90.029)};var g_9a294c486c54c7408fc57aa1c2dfbb1b = new google.maps.Geocoder();g_9a294c486c54c7408fc57aa1c2dfbb1b.geocode( { 'address': "201 Bank First Drive, Flowood, MS 39232, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flowood-MS-bankfirst-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('flowood-MS-bankfirst-financial-services'), mapOptions);}document.getElementById('dc191942').innerHTML += ' | View Map';var $l9a294c486c54c7408fc57aa1c2dfbb1b = '

BankFirst Financial Services

Address: 201 Bank First Drive, Flowood, MS 39232, USA
Phone: (601) 992-8506
';var m_9a294c486c54c7408fc57aa1c2dfbb1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BankFirst Financial Services',});m_9a294c486c54c7408fc57aa1c2dfbb1b['infowindow'] = new google.maps.InfoWindow({content: $l9a294c486c54c7408fc57aa1c2dfbb1b});var infowindow = new google.maps.InfoWindow({content: $l9a294c486c54c7408fc57aa1c2dfbb1b});google.maps.event.addListener(m_9a294c486c54c7408fc57aa1c2dfbb1b, 'click', function() {infowindow.open(map,m_9a294c486c54c7408fc57aa1c2dfbb1b);});$marker.push(m_9a294c486c54c7408fc57aa1c2dfbb1b);}});}google.maps.event.addDomListener(window, 'load', initialize);