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.872,-84.5076)};var g_add2bc843bd94679caf44b78d9e1d39f = new google.maps.Geocoder();g_add2bc843bd94679caf44b78d9e1d39f.geocode( { 'address': "1298 Concord Rd SE, Smyrna, GA 30080"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('smyrna-GA-highland-commercial-bank').style.display = '';map = new google.maps.Map(document.getElementById('smyrna-GA-highland-commercial-bank'), mapOptions);}document.getElementById('760eb4c2').innerHTML += ' | View Map';var $ladd2bc843bd94679caf44b78d9e1d39f = '

Highland Commercial Bank

Address: 1298 Concord Rd SE, Smyrna, GA 30080
Phone: (770) 333-0772
';var m_add2bc843bd94679caf44b78d9e1d39f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Highland Commercial Bank',});m_add2bc843bd94679caf44b78d9e1d39f['infowindow'] = new google.maps.InfoWindow({content: $ladd2bc843bd94679caf44b78d9e1d39f});var infowindow = new google.maps.InfoWindow({content: $ladd2bc843bd94679caf44b78d9e1d39f});google.maps.event.addListener(m_add2bc843bd94679caf44b78d9e1d39f, 'click', function() {infowindow.open(map,m_add2bc843bd94679caf44b78d9e1d39f);});$marker.push(m_add2bc843bd94679caf44b78d9e1d39f);}});}google.maps.event.addDomListener(window, 'load', initialize);