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.206,-84.1362)};var g_d9ac1fc532da6646901e9b30ba8964dd = new google.maps.Geocoder();g_d9ac1fc532da6646901e9b30ba8964dd.geocode( { 'address': "2555 Peachtree Pky, Cumming, GA 30041"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumming-GA-patriot-bank').style.display = '';map = new google.maps.Map(document.getElementById('cumming-GA-patriot-bank'), mapOptions);}document.getElementById('2015a0b9').innerHTML += ' | View Map';var $ld9ac1fc532da6646901e9b30ba8964dd = '

Patriot Bank

Address: 2555 Peachtree Pky, Cumming, GA 30041
Phone: (770) 887-9220
';var m_d9ac1fc532da6646901e9b30ba8964dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Patriot Bank',});m_d9ac1fc532da6646901e9b30ba8964dd['infowindow'] = new google.maps.InfoWindow({content: $ld9ac1fc532da6646901e9b30ba8964dd});var infowindow = new google.maps.InfoWindow({content: $ld9ac1fc532da6646901e9b30ba8964dd});google.maps.event.addListener(m_d9ac1fc532da6646901e9b30ba8964dd, 'click', function() {infowindow.open(map,m_d9ac1fc532da6646901e9b30ba8964dd);});$marker.push(m_d9ac1fc532da6646901e9b30ba8964dd);}});}google.maps.event.addDomListener(window, 'load', initialize);