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.5074,-84.2356)};var g_fec0d60207dd5987e630ab4f6e47ba92 = new google.maps.Geocoder();g_fec0d60207dd5987e630ab4f6e47ba92.geocode( { 'address': "1400 Hudson Bridge Rd, Stockbridge, GA 30281, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stockbridge-GA-guaranty-bank').style.display = '';map = new google.maps.Map(document.getElementById('stockbridge-GA-guaranty-bank'), mapOptions);}document.getElementById('ea18f33d').innerHTML += ' | View Map';var $lfec0d60207dd5987e630ab4f6e47ba92 = '

Guaranty Bank

Address: 1400 Hudson Bridge Rd, Stockbridge, GA 30281, USA
Phone: (800) 235-4636
';var m_fec0d60207dd5987e630ab4f6e47ba92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank',});m_fec0d60207dd5987e630ab4f6e47ba92['infowindow'] = new google.maps.InfoWindow({content: $lfec0d60207dd5987e630ab4f6e47ba92});var infowindow = new google.maps.InfoWindow({content: $lfec0d60207dd5987e630ab4f6e47ba92});google.maps.event.addListener(m_fec0d60207dd5987e630ab4f6e47ba92, 'click', function() {infowindow.open(map,m_fec0d60207dd5987e630ab4f6e47ba92);});$marker.push(m_fec0d60207dd5987e630ab4f6e47ba92);}});}google.maps.event.addDomListener(window, 'load', initialize);