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.3604,-88.6973)};var g_7ae898d8705b517d1efd3fb0aad9da37 = new google.maps.Geocoder();g_7ae898d8705b517d1efd3fb0aad9da37.geocode( { 'address': "116 22nd Ave, Meridian, MS 39301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meridian-MS-central-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('meridian-MS-central-financial-services-inc'), mapOptions);}document.getElementById('0be32579').innerHTML += ' | View Map';var $l7ae898d8705b517d1efd3fb0aad9da37 = '

Central Financial Services Inc

Address: 116 22nd Ave, Meridian, MS 39301, USA
Phone: (601) 693-3548
';var m_7ae898d8705b517d1efd3fb0aad9da37 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Financial Services Inc',});m_7ae898d8705b517d1efd3fb0aad9da37['infowindow'] = new google.maps.InfoWindow({content: $l7ae898d8705b517d1efd3fb0aad9da37});var infowindow = new google.maps.InfoWindow({content: $l7ae898d8705b517d1efd3fb0aad9da37});google.maps.event.addListener(m_7ae898d8705b517d1efd3fb0aad9da37, 'click', function() {infowindow.open(map,m_7ae898d8705b517d1efd3fb0aad9da37);});$marker.push(m_7ae898d8705b517d1efd3fb0aad9da37);}});}google.maps.event.addDomListener(window, 'load', initialize);