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.2159,-82.399)};var g_12ffb0968f2f56e51a59a6beb37b2859 = new google.maps.Geocoder();g_12ffb0968f2f56e51a59a6beb37b2859.geocode( { 'address': "300 Pine St, Vidalia, GA 30474, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vidalia-GA-cash-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('vidalia-GA-cash-finance-co'), mapOptions);}document.getElementById('2f4d8c10').innerHTML += ' | View Map';var $l12ffb0968f2f56e51a59a6beb37b2859 = '

Cash Finance Co

Address: 300 Pine St, Vidalia, GA 30474, USA
Phone: (912) 538-8575
';var m_12ffb0968f2f56e51a59a6beb37b2859 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Finance Co',});m_12ffb0968f2f56e51a59a6beb37b2859['infowindow'] = new google.maps.InfoWindow({content: $l12ffb0968f2f56e51a59a6beb37b2859});var infowindow = new google.maps.InfoWindow({content: $l12ffb0968f2f56e51a59a6beb37b2859});google.maps.event.addListener(m_12ffb0968f2f56e51a59a6beb37b2859, 'click', function() {infowindow.open(map,m_12ffb0968f2f56e51a59a6beb37b2859);});$marker.push(m_12ffb0968f2f56e51a59a6beb37b2859);}});}google.maps.event.addDomListener(window, 'load', initialize);