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.5143,-83.5248)};var g_6b5f9d36aa72ec638d4901ffc9b153fd = new google.maps.Geocoder();g_6b5f9d36aa72ec638d4901ffc9b153fd.geocode( { 'address': "241 Larkin St, Cornelia, GA 30531"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cornelia-GA-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('cornelia-GA-regions-bank'), mapOptions);}document.getElementById('9ae5a216').innerHTML += ' | View Map';var $l6b5f9d36aa72ec638d4901ffc9b153fd = '

Regions Bank

Address: 241 Larkin St, Cornelia, GA 30531
Phone: (706) 778-2115
';var m_6b5f9d36aa72ec638d4901ffc9b153fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_6b5f9d36aa72ec638d4901ffc9b153fd['infowindow'] = new google.maps.InfoWindow({content: $l6b5f9d36aa72ec638d4901ffc9b153fd});var infowindow = new google.maps.InfoWindow({content: $l6b5f9d36aa72ec638d4901ffc9b153fd});google.maps.event.addListener(m_6b5f9d36aa72ec638d4901ffc9b153fd, 'click', function() {infowindow.open(map,m_6b5f9d36aa72ec638d4901ffc9b153fd);});$marker.push(m_6b5f9d36aa72ec638d4901ffc9b153fd);}});}google.maps.event.addDomListener(window, 'load', initialize);