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.2033,-83.4578)};var g_98740b855aad6c1dda41b6a6b223f66a = new google.maps.Geocoder();g_98740b855aad6c1dda41b6a6b223f66a.geocode( { 'address': "1731 N Elm St, Commerce, GA 30529, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('commerce-GA-first-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('commerce-GA-first-commerce-bank'), mapOptions);}document.getElementById('27672612').innerHTML += ' | View Map';var $l98740b855aad6c1dda41b6a6b223f66a = '

First Commerce Bank

Address: 1731 N Elm St, Commerce, GA 30529, USA
Phone: (706) 335-8200
';var m_98740b855aad6c1dda41b6a6b223f66a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Commerce Bank',});m_98740b855aad6c1dda41b6a6b223f66a['infowindow'] = new google.maps.InfoWindow({content: $l98740b855aad6c1dda41b6a6b223f66a});var infowindow = new google.maps.InfoWindow({content: $l98740b855aad6c1dda41b6a6b223f66a});google.maps.event.addListener(m_98740b855aad6c1dda41b6a6b223f66a, 'click', function() {infowindow.open(map,m_98740b855aad6c1dda41b6a6b223f66a);});$marker.push(m_98740b855aad6c1dda41b6a6b223f66a);}});}google.maps.event.addDomListener(window, 'load', initialize);