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(33.9757,-83.8739)};var g_a879ad186ea0feefdf6cba51f68cd961 = new google.maps.Geocoder();g_a879ad186ea0feefdf6cba51f68cd961.geocode( { 'address': "2463 Hamilton Mill Pkwy, Dacula, GA 30019"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dacula-GA-suntrust-bank-in-hamilton-mill-publix').style.display = '';map = new google.maps.Map(document.getElementById('dacula-GA-suntrust-bank-in-hamilton-mill-publix'), mapOptions);}document.getElementById('c506c0ee').innerHTML += ' | View Map';var $la879ad186ea0feefdf6cba51f68cd961 = '

SunTrust Bank (in Hamilton Mill Publix)

Address: 2463 Hamilton Mill Pkwy, Dacula, GA 30019
Phone: (770) 614-5150
';var m_a879ad186ea0feefdf6cba51f68cd961 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank (in Hamilton Mill Publix)',});m_a879ad186ea0feefdf6cba51f68cd961['infowindow'] = new google.maps.InfoWindow({content: $la879ad186ea0feefdf6cba51f68cd961});var infowindow = new google.maps.InfoWindow({content: $la879ad186ea0feefdf6cba51f68cd961});google.maps.event.addListener(m_a879ad186ea0feefdf6cba51f68cd961, 'click', function() {infowindow.open(map,m_a879ad186ea0feefdf6cba51f68cd961);});$marker.push(m_a879ad186ea0feefdf6cba51f68cd961);}});}google.maps.event.addDomListener(window, 'load', initialize);