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.5102,-83.5467)};var g_8afc0327c6d499ed20c99d2a2502c7b9 = new google.maps.Geocoder();g_8afc0327c6d499ed20c99d2a2502c7b9.geocode( { 'address': "139 Quality Foods Shopping Center, Cornelia, GA 30531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cornelia-GA-ez-pawn--loan').style.display = '';map = new google.maps.Map(document.getElementById('cornelia-GA-ez-pawn--loan'), mapOptions);}document.getElementById('97ec5aa9').innerHTML += ' | View Map';var $l8afc0327c6d499ed20c99d2a2502c7b9 = '

EZ Pawn & Loan

Address: 139 Quality Foods Shopping Center, Cornelia, GA 30531, USA
Phone: (706) 776-2984
';var m_8afc0327c6d499ed20c99d2a2502c7b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZ Pawn & Loan',});m_8afc0327c6d499ed20c99d2a2502c7b9['infowindow'] = new google.maps.InfoWindow({content: $l8afc0327c6d499ed20c99d2a2502c7b9});var infowindow = new google.maps.InfoWindow({content: $l8afc0327c6d499ed20c99d2a2502c7b9});google.maps.event.addListener(m_8afc0327c6d499ed20c99d2a2502c7b9, 'click', function() {infowindow.open(map,m_8afc0327c6d499ed20c99d2a2502c7b9);});$marker.push(m_8afc0327c6d499ed20c99d2a2502c7b9);}});}google.maps.event.addDomListener(window, 'load', initialize);