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(30.8444,-90.1597)};var g_ebb06e4158fd06132f989fcaf85b1c49 = new google.maps.Geocoder();g_ebb06e4158fd06132f989fcaf85b1c49.geocode( { 'address': "704 Washington St, Franklinton, LA 70438, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklinton-LA-cash-for-checks').style.display = '';map = new google.maps.Map(document.getElementById('franklinton-LA-cash-for-checks'), mapOptions);}document.getElementById('ce8b9b9a').innerHTML += ' | View Map';var $lebb06e4158fd06132f989fcaf85b1c49 = '

Cash For Checks

Address: 704 Washington St, Franklinton, LA 70438, USA
Phone: (985) 839-5100
';var m_ebb06e4158fd06132f989fcaf85b1c49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash For Checks',});m_ebb06e4158fd06132f989fcaf85b1c49['infowindow'] = new google.maps.InfoWindow({content: $lebb06e4158fd06132f989fcaf85b1c49});var infowindow = new google.maps.InfoWindow({content: $lebb06e4158fd06132f989fcaf85b1c49});google.maps.event.addListener(m_ebb06e4158fd06132f989fcaf85b1c49, 'click', function() {infowindow.open(map,m_ebb06e4158fd06132f989fcaf85b1c49);});$marker.push(m_ebb06e4158fd06132f989fcaf85b1c49);}});}google.maps.event.addDomListener(window, 'load', initialize);