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.7918,-84.2735)};var g_9cdaac3a31d1e129d0872c2cacb51c2e = new google.maps.Geocoder();g_9cdaac3a31d1e129d0872c2cacb51c2e.geocode( { 'address': "2875 N Decatur Rd, Decatur, GA 30033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-GA-guaranty-bank').style.display = '';map = new google.maps.Map(document.getElementById('decatur-GA-guaranty-bank'), mapOptions);}document.getElementById('185d9b83').innerHTML += ' | View Map';var $l9cdaac3a31d1e129d0872c2cacb51c2e = '

Guaranty Bank

Address: 2875 N Decatur Rd, Decatur, GA 30033, USA
Phone: (800) 235-4636
';var m_9cdaac3a31d1e129d0872c2cacb51c2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank',});m_9cdaac3a31d1e129d0872c2cacb51c2e['infowindow'] = new google.maps.InfoWindow({content: $l9cdaac3a31d1e129d0872c2cacb51c2e});var infowindow = new google.maps.InfoWindow({content: $l9cdaac3a31d1e129d0872c2cacb51c2e});google.maps.event.addListener(m_9cdaac3a31d1e129d0872c2cacb51c2e, 'click', function() {infowindow.open(map,m_9cdaac3a31d1e129d0872c2cacb51c2e);});$marker.push(m_9cdaac3a31d1e129d0872c2cacb51c2e);}});}google.maps.event.addDomListener(window, 'load', initialize);