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.6861,-84.4832)};var g_185be24becbedf8fbdf58b35b0a2b692 = new google.maps.Geocoder();g_185be24becbedf8fbdf58b35b0a2b692.geocode( { 'address': "Industrial Blvd, Ellijay, GA 30540, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellijay-GA-north-georgia-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('ellijay-GA-north-georgia-loans-inc'), mapOptions);}document.getElementById('f65b5be6').innerHTML += ' | View Map';var $l185be24becbedf8fbdf58b35b0a2b692 = '

North Georgia Loans Inc

Address: Industrial Blvd, Ellijay, GA 30540, USA
Phone: (706) 276-5626
';var m_185be24becbedf8fbdf58b35b0a2b692 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Georgia Loans Inc',});m_185be24becbedf8fbdf58b35b0a2b692['infowindow'] = new google.maps.InfoWindow({content: $l185be24becbedf8fbdf58b35b0a2b692});var infowindow = new google.maps.InfoWindow({content: $l185be24becbedf8fbdf58b35b0a2b692});google.maps.event.addListener(m_185be24becbedf8fbdf58b35b0a2b692, 'click', function() {infowindow.open(map,m_185be24becbedf8fbdf58b35b0a2b692);});$marker.push(m_185be24becbedf8fbdf58b35b0a2b692);}});}google.maps.event.addDomListener(window, 'load', initialize);