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(31.2527,-89.8349)};var g_a946f30ee92a6547ea6542cb922c0ba3 = new google.maps.Geocoder();g_a946f30ee92a6547ea6542cb922c0ba3.geocode( { 'address': "811 Main St #3, Columbia, MS 39429, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MS-central-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MS-central-financial-services-inc'), mapOptions);}document.getElementById('5f73ad35').innerHTML += ' | View Map';var $la946f30ee92a6547ea6542cb922c0ba3 = '

Central Financial Services Inc

Address: 811 Main St #3, Columbia, MS 39429, USA
Phone: (601) 736-2009
';var m_a946f30ee92a6547ea6542cb922c0ba3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Financial Services Inc',});m_a946f30ee92a6547ea6542cb922c0ba3['infowindow'] = new google.maps.InfoWindow({content: $la946f30ee92a6547ea6542cb922c0ba3});var infowindow = new google.maps.InfoWindow({content: $la946f30ee92a6547ea6542cb922c0ba3});google.maps.event.addListener(m_a946f30ee92a6547ea6542cb922c0ba3, 'click', function() {infowindow.open(map,m_a946f30ee92a6547ea6542cb922c0ba3);});$marker.push(m_a946f30ee92a6547ea6542cb922c0ba3);}});}google.maps.event.addDomListener(window, 'load', initialize);