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.8367,-83.9821)};var g_a9b456ac25155fa2344ea4d3890505ee = new google.maps.Geocoder();g_a9b456ac25155fa2344ea4d3890505ee.geocode( { 'address': "222 W Jackson St, Thomasville, GA 31792, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomasville-GA-modern-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('thomasville-GA-modern-loan-co'), mapOptions);}document.getElementById('32d8ae83').innerHTML += ' | View Map';var $la9b456ac25155fa2344ea4d3890505ee = '

Modern Loan Co

Address: 222 W Jackson St, Thomasville, GA 31792, USA
Phone: (229) 226-5054
';var m_a9b456ac25155fa2344ea4d3890505ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Modern Loan Co',});m_a9b456ac25155fa2344ea4d3890505ee['infowindow'] = new google.maps.InfoWindow({content: $la9b456ac25155fa2344ea4d3890505ee});var infowindow = new google.maps.InfoWindow({content: $la9b456ac25155fa2344ea4d3890505ee});google.maps.event.addListener(m_a9b456ac25155fa2344ea4d3890505ee, 'click', function() {infowindow.open(map,m_a9b456ac25155fa2344ea4d3890505ee);});$marker.push(m_a9b456ac25155fa2344ea4d3890505ee);}});}google.maps.event.addDomListener(window, 'load', initialize);