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.1674,-91.7224)};var g_237949cceaabe986ac5c1cd65cef13ff = new google.maps.Geocoder();g_237949cceaabe986ac5c1cd65cef13ff.geocode( { 'address': "1100 Common St, Winnsboro, LA 71295, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winnsboro-LA-a-1-check-cashing-of-winnsboro').style.display = '';map = new google.maps.Map(document.getElementById('winnsboro-LA-a-1-check-cashing-of-winnsboro'), mapOptions);}document.getElementById('a8948316').innerHTML += ' | View Map';var $l237949cceaabe986ac5c1cd65cef13ff = '

A-1 Check Cashing of Winnsboro

Address: 1100 Common St, Winnsboro, LA 71295, USA
Phone: (318) 435-5004
';var m_237949cceaabe986ac5c1cd65cef13ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A-1 Check Cashing of Winnsboro',});m_237949cceaabe986ac5c1cd65cef13ff['infowindow'] = new google.maps.InfoWindow({content: $l237949cceaabe986ac5c1cd65cef13ff});var infowindow = new google.maps.InfoWindow({content: $l237949cceaabe986ac5c1cd65cef13ff});google.maps.event.addListener(m_237949cceaabe986ac5c1cd65cef13ff, 'click', function() {infowindow.open(map,m_237949cceaabe986ac5c1cd65cef13ff);});$marker.push(m_237949cceaabe986ac5c1cd65cef13ff);}});}google.maps.event.addDomListener(window, 'load', initialize);