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(31.569,-91.4336)};var g_fad68b730c6c465f6a6630b0ed0199cb = new google.maps.Geocoder();g_fad68b730c6c465f6a6630b0ed0199cb.geocode( { 'address': "809 Carter St, Vidalia, LA 71373, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vidalia-LA-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('vidalia-LA-cash-express'), mapOptions);}document.getElementById('c20982c0').innerHTML += ' | View Map';var $lfad68b730c6c465f6a6630b0ed0199cb = '

Cash Express

Address: 809 Carter St, Vidalia, LA 71373, USA
Phone: (318) 336-9200
';var m_fad68b730c6c465f6a6630b0ed0199cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Express',});m_fad68b730c6c465f6a6630b0ed0199cb['infowindow'] = new google.maps.InfoWindow({content: $lfad68b730c6c465f6a6630b0ed0199cb});var infowindow = new google.maps.InfoWindow({content: $lfad68b730c6c465f6a6630b0ed0199cb});google.maps.event.addListener(m_fad68b730c6c465f6a6630b0ed0199cb, 'click', function() {infowindow.open(map,m_fad68b730c6c465f6a6630b0ed0199cb);});$marker.push(m_fad68b730c6c465f6a6630b0ed0199cb);}});}google.maps.event.addDomListener(window, 'load', initialize);