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_426d2afa934a79d72683cb20da26f1bf = new google.maps.Geocoder();g_426d2afa934a79d72683cb20da26f1bf.geocode( { 'address': "4166 Buford Hwy NE, Atlanta, GA 30345"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-global-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-global-commerce-bank'), mapOptions);}document.getElementById('105184ea').innerHTML += ' | View Map';var $l426d2afa934a79d72683cb20da26f1bf = '

Global Commerce Bank

Address: 4166 Buford Hwy NE, Atlanta, GA 30345
Phone: (404) 486-4293
';var m_426d2afa934a79d72683cb20da26f1bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Global Commerce Bank',});m_426d2afa934a79d72683cb20da26f1bf['infowindow'] = new google.maps.InfoWindow({content: $l426d2afa934a79d72683cb20da26f1bf});var infowindow = new google.maps.InfoWindow({content: $l426d2afa934a79d72683cb20da26f1bf});google.maps.event.addListener(m_426d2afa934a79d72683cb20da26f1bf, 'click', function() {infowindow.open(map,m_426d2afa934a79d72683cb20da26f1bf);});$marker.push(m_426d2afa934a79d72683cb20da26f1bf);}});}google.maps.event.addDomListener(window, 'load', initialize);