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.4679,-90.1219)};var g_996f282d9ade65199fb09b6cec796cb6 = new google.maps.Geocoder();g_996f282d9ade65199fb09b6cec796cb6.geocode( { 'address': "1597 Highland Colony Pkwy, Madison, MS 39110-7469"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-MS-bankfirst-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('madison-MS-bankfirst-financial-services'), mapOptions);}document.getElementById('938fe87a').innerHTML += ' | View Map';var $l996f282d9ade65199fb09b6cec796cb6 = '

BankFirst Financial Services

Address: 1597 Highland Colony Pkwy, Madison, MS 39110-7469
Phone: (601) 605-3455
';var m_996f282d9ade65199fb09b6cec796cb6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BankFirst Financial Services',});m_996f282d9ade65199fb09b6cec796cb6['infowindow'] = new google.maps.InfoWindow({content: $l996f282d9ade65199fb09b6cec796cb6});var infowindow = new google.maps.InfoWindow({content: $l996f282d9ade65199fb09b6cec796cb6});google.maps.event.addListener(m_996f282d9ade65199fb09b6cec796cb6, 'click', function() {infowindow.open(map,m_996f282d9ade65199fb09b6cec796cb6);});$marker.push(m_996f282d9ade65199fb09b6cec796cb6);}});}google.maps.event.addDomListener(window, 'load', initialize);