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.6127,-90.0134)};var g_99ec113f16f3670d7a9e8123e63be772 = new google.maps.Geocoder();g_99ec113f16f3670d7a9e8123e63be772.geocode( { 'address': "914 E Peace St, Canton, MS 39046, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-MS-family-check-advance').style.display = '';map = new google.maps.Map(document.getElementById('canton-MS-family-check-advance'), mapOptions);}document.getElementById('aa8df15a').innerHTML += ' | View Map';var $l99ec113f16f3670d7a9e8123e63be772 = '

Family Check Advance

Address: 914 E Peace St, Canton, MS 39046, USA
Phone: (601) 859-4100
';var m_99ec113f16f3670d7a9e8123e63be772 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Family Check Advance',});m_99ec113f16f3670d7a9e8123e63be772['infowindow'] = new google.maps.InfoWindow({content: $l99ec113f16f3670d7a9e8123e63be772});var infowindow = new google.maps.InfoWindow({content: $l99ec113f16f3670d7a9e8123e63be772});google.maps.event.addListener(m_99ec113f16f3670d7a9e8123e63be772, 'click', function() {infowindow.open(map,m_99ec113f16f3670d7a9e8123e63be772);});$marker.push(m_99ec113f16f3670d7a9e8123e63be772);}});}google.maps.event.addDomListener(window, 'load', initialize);