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.0627,-84.0833)};var g_697ccc51fe209d656184c9bb24e6a455 = new google.maps.Geocoder();g_697ccc51fe209d656184c9bb24e6a455.geocode( { 'address': "1138 Satellite Blvd NW, Suwanee, GA 30024"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('suwanee-GA-providence-bank').style.display = '';map = new google.maps.Map(document.getElementById('suwanee-GA-providence-bank'), mapOptions);}document.getElementById('4888b19d').innerHTML += ' | View Map';var $l697ccc51fe209d656184c9bb24e6a455 = '

Providence Bank

Address: 1138 Satellite Blvd NW, Suwanee, GA 30024
Phone: (770) 622-4888
';var m_697ccc51fe209d656184c9bb24e6a455 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Providence Bank',});m_697ccc51fe209d656184c9bb24e6a455['infowindow'] = new google.maps.InfoWindow({content: $l697ccc51fe209d656184c9bb24e6a455});var infowindow = new google.maps.InfoWindow({content: $l697ccc51fe209d656184c9bb24e6a455});google.maps.event.addListener(m_697ccc51fe209d656184c9bb24e6a455, 'click', function() {infowindow.open(map,m_697ccc51fe209d656184c9bb24e6a455);});$marker.push(m_697ccc51fe209d656184c9bb24e6a455);}});}google.maps.event.addDomListener(window, 'load', initialize);