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.1227,-84.2968)};var g_9509f65a66b39f1061272a91e2c92f4f = new google.maps.Geocoder();g_9509f65a66b39f1061272a91e2c92f4f.geocode( { 'address': "5525 Windward Pkwy, Alpharetta, GA 30004"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alpharetta-GA-crescent-bank').style.display = '';map = new google.maps.Map(document.getElementById('alpharetta-GA-crescent-bank'), mapOptions);}document.getElementById('1494723d').innerHTML += ' | View Map';var $l9509f65a66b39f1061272a91e2c92f4f = '

Crescent Bank

Address: 5525 Windward Pkwy, Alpharetta, GA 30004
Phone: (678) 454-2322
';var m_9509f65a66b39f1061272a91e2c92f4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Crescent Bank',});m_9509f65a66b39f1061272a91e2c92f4f['infowindow'] = new google.maps.InfoWindow({content: $l9509f65a66b39f1061272a91e2c92f4f});var infowindow = new google.maps.InfoWindow({content: $l9509f65a66b39f1061272a91e2c92f4f});google.maps.event.addListener(m_9509f65a66b39f1061272a91e2c92f4f, 'click', function() {infowindow.open(map,m_9509f65a66b39f1061272a91e2c92f4f);});$marker.push(m_9509f65a66b39f1061272a91e2c92f4f);}});}google.maps.event.addDomListener(window, 'load', initialize);