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(32.998,-83.5553)};var g_667b35e0af27434e0fa2d0e39793fcd1 = new google.maps.Geocoder();g_667b35e0af27434e0fa2d0e39793fcd1.geocode( { 'address': "4306 Gray Hwy, Gray, GA 31032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gray-GA-exchange-bank').style.display = '';map = new google.maps.Map(document.getElementById('gray-GA-exchange-bank'), mapOptions);}document.getElementById('b99d947a').innerHTML += ' | View Map';var $l667b35e0af27434e0fa2d0e39793fcd1 = '

Exchange Bank

Address: 4306 Gray Hwy, Gray, GA 31032, USA
Phone: (478) 986-1800
';var m_667b35e0af27434e0fa2d0e39793fcd1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Exchange Bank',});m_667b35e0af27434e0fa2d0e39793fcd1['infowindow'] = new google.maps.InfoWindow({content: $l667b35e0af27434e0fa2d0e39793fcd1});var infowindow = new google.maps.InfoWindow({content: $l667b35e0af27434e0fa2d0e39793fcd1});google.maps.event.addListener(m_667b35e0af27434e0fa2d0e39793fcd1, 'click', function() {infowindow.open(map,m_667b35e0af27434e0fa2d0e39793fcd1);});$marker.push(m_667b35e0af27434e0fa2d0e39793fcd1);}});}google.maps.event.addDomListener(window, 'load', initialize);