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(33.0658,-89.5922)};var g_593bb5e114d3bd27db16f43637f2cf5b = new google.maps.Geocoder();g_593bb5e114d3bd27db16f43637f2cf5b.geocode( { 'address': "165 MS-12, Kosciusko, MS 39090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kosciusko-MS-family-check-advance').style.display = '';map = new google.maps.Map(document.getElementById('kosciusko-MS-family-check-advance'), mapOptions);}document.getElementById('54fde536').innerHTML += ' | View Map';var $l593bb5e114d3bd27db16f43637f2cf5b = '

Family Check Advance

Address: 165 MS-12, Kosciusko, MS 39090, USA
Phone: (662) 289-5700
';var m_593bb5e114d3bd27db16f43637f2cf5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Family Check Advance',});m_593bb5e114d3bd27db16f43637f2cf5b['infowindow'] = new google.maps.InfoWindow({content: $l593bb5e114d3bd27db16f43637f2cf5b});var infowindow = new google.maps.InfoWindow({content: $l593bb5e114d3bd27db16f43637f2cf5b});google.maps.event.addListener(m_593bb5e114d3bd27db16f43637f2cf5b, 'click', function() {infowindow.open(map,m_593bb5e114d3bd27db16f43637f2cf5b);});$marker.push(m_593bb5e114d3bd27db16f43637f2cf5b);}});}google.maps.event.addDomListener(window, 'load', initialize);