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.9657,-82.8089)};var g_3275ca713f2c4bce6d24d2a2440770e2 = new google.maps.Geocoder();g_3275ca713f2c4bce6d24d2a2440770e2.geocode( { 'address': "903 S Harris St, Sandersville, GA 31082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandersville-GA-dixieland-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('sandersville-GA-dixieland-financial-services-inc'), mapOptions);}document.getElementById('9f7136cc').innerHTML += ' | View Map';var $l3275ca713f2c4bce6d24d2a2440770e2 = '

Dixieland Financial Services Inc

Address: 903 S Harris St, Sandersville, GA 31082, USA
Phone: (478) 552-9800
';var m_3275ca713f2c4bce6d24d2a2440770e2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dixieland Financial Services Inc',});m_3275ca713f2c4bce6d24d2a2440770e2['infowindow'] = new google.maps.InfoWindow({content: $l3275ca713f2c4bce6d24d2a2440770e2});var infowindow = new google.maps.InfoWindow({content: $l3275ca713f2c4bce6d24d2a2440770e2});google.maps.event.addListener(m_3275ca713f2c4bce6d24d2a2440770e2, 'click', function() {infowindow.open(map,m_3275ca713f2c4bce6d24d2a2440770e2);});$marker.push(m_3275ca713f2c4bce6d24d2a2440770e2);}});}google.maps.event.addDomListener(window, 'load', initialize);