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_a4ea6d6b9e1d62beff019069abdb7dfd = new google.maps.Geocoder();g_a4ea6d6b9e1d62beff019069abdb7dfd.geocode( { 'address': "34 Peachtree St NW, Atlanta, GA 30303"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-1st-union-community-bancorp').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-1st-union-community-bancorp'), mapOptions);}document.getElementById('e5bcec3b').innerHTML += ' | View Map';var $la4ea6d6b9e1d62beff019069abdb7dfd = '

1st Union Community Bancorp

Address: 34 Peachtree St NW, Atlanta, GA 30303
Phone: (404) 631-5458
';var m_a4ea6d6b9e1d62beff019069abdb7dfd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Union Community Bancorp',});m_a4ea6d6b9e1d62beff019069abdb7dfd['infowindow'] = new google.maps.InfoWindow({content: $la4ea6d6b9e1d62beff019069abdb7dfd});var infowindow = new google.maps.InfoWindow({content: $la4ea6d6b9e1d62beff019069abdb7dfd});google.maps.event.addListener(m_a4ea6d6b9e1d62beff019069abdb7dfd, 'click', function() {infowindow.open(map,m_a4ea6d6b9e1d62beff019069abdb7dfd);});$marker.push(m_a4ea6d6b9e1d62beff019069abdb7dfd);}});}google.maps.event.addDomListener(window, 'load', initialize);