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(34.5233,-83.5278)};var g_ee06ed7319069a335dc0c0192632f466 = new google.maps.Geocoder();g_ee06ed7319069a335dc0c0192632f466.geocode( { 'address': "980 N Main Plaza Dr, Cornelia, GA 30531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cornelia-GA-instaloan---closed').style.display = '';map = new google.maps.Map(document.getElementById('cornelia-GA-instaloan---closed'), mapOptions);}document.getElementById('ee6b685c').innerHTML += ' | View Map';var $lee06ed7319069a335dc0c0192632f466 = '

InstaLoan - Closed

Address: 980 N Main Plaza Dr, Cornelia, GA 30531, USA
Phone: (706) 778-9600
';var m_ee06ed7319069a335dc0c0192632f466 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'InstaLoan - Closed',});m_ee06ed7319069a335dc0c0192632f466['infowindow'] = new google.maps.InfoWindow({content: $lee06ed7319069a335dc0c0192632f466});var infowindow = new google.maps.InfoWindow({content: $lee06ed7319069a335dc0c0192632f466});google.maps.event.addListener(m_ee06ed7319069a335dc0c0192632f466, 'click', function() {infowindow.open(map,m_ee06ed7319069a335dc0c0192632f466);});$marker.push(m_ee06ed7319069a335dc0c0192632f466);}});}google.maps.event.addDomListener(window, 'load', initialize);