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.8559,-84.3953)};var g_a5a0170f696a74c0e5695a02836bd00d = new google.maps.Geocoder();g_a5a0170f696a74c0e5695a02836bd00d.geocode( { 'address': "900 Circle 75 Pkwy SE, Atlanta, GA 30339"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-co-bank').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-co-bank'), mapOptions);}document.getElementById('f997466b').innerHTML += ' | View Map';var $la5a0170f696a74c0e5695a02836bd00d = '

Co Bank

Address: 900 Circle 75 Pkwy SE, Atlanta, GA 30339
Phone: (770) 618-3200
';var m_a5a0170f696a74c0e5695a02836bd00d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Co Bank',});m_a5a0170f696a74c0e5695a02836bd00d['infowindow'] = new google.maps.InfoWindow({content: $la5a0170f696a74c0e5695a02836bd00d});var infowindow = new google.maps.InfoWindow({content: $la5a0170f696a74c0e5695a02836bd00d});google.maps.event.addListener(m_a5a0170f696a74c0e5695a02836bd00d, 'click', function() {infowindow.open(map,m_a5a0170f696a74c0e5695a02836bd00d);});$marker.push(m_a5a0170f696a74c0e5695a02836bd00d);}});}google.maps.event.addDomListener(window, 'load', initialize);