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.2943,-84.0285)};var g_db27a2459bbd1a02bc74db649d9759bd = new google.maps.Geocoder();g_db27a2459bbd1a02bc74db649d9759bd.geocode( { 'address': "Montezuma, GA 31063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montezuma-GA-general-loan--finance-co').style.display = '';map = new google.maps.Map(document.getElementById('montezuma-GA-general-loan--finance-co'), mapOptions);}document.getElementById('f9c12f52').innerHTML += ' | View Map';var $ldb27a2459bbd1a02bc74db649d9759bd = '

General Loan & Finance Co

Address: Montezuma, GA 31063, USA
Phone: (478) 472-6616
';var m_db27a2459bbd1a02bc74db649d9759bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'General Loan & Finance Co',});m_db27a2459bbd1a02bc74db649d9759bd['infowindow'] = new google.maps.InfoWindow({content: $ldb27a2459bbd1a02bc74db649d9759bd});var infowindow = new google.maps.InfoWindow({content: $ldb27a2459bbd1a02bc74db649d9759bd});google.maps.event.addListener(m_db27a2459bbd1a02bc74db649d9759bd, 'click', function() {infowindow.open(map,m_db27a2459bbd1a02bc74db649d9759bd);});$marker.push(m_db27a2459bbd1a02bc74db649d9759bd);}});}google.maps.event.addDomListener(window, 'load', initialize);