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.3622,-81.3069)};var g_c10a6c5a4c5888e5109543b95fa082a0 = new google.maps.Geocoder();g_c10a6c5a4c5888e5109543b95fa082a0.geocode( { 'address': "802 S Laurel St, Springfield, GA 31329, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-GA-renasant-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-GA-renasant-bank'), mapOptions);}document.getElementById('da768368').innerHTML += ' | View Map';var $lc10a6c5a4c5888e5109543b95fa082a0 = '

Renasant Bank

Address: 802 S Laurel St, Springfield, GA 31329, USA
Phone: (800) 680-1601
';var m_c10a6c5a4c5888e5109543b95fa082a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Renasant Bank',});m_c10a6c5a4c5888e5109543b95fa082a0['infowindow'] = new google.maps.InfoWindow({content: $lc10a6c5a4c5888e5109543b95fa082a0});var infowindow = new google.maps.InfoWindow({content: $lc10a6c5a4c5888e5109543b95fa082a0});google.maps.event.addListener(m_c10a6c5a4c5888e5109543b95fa082a0, 'click', function() {infowindow.open(map,m_c10a6c5a4c5888e5109543b95fa082a0);});$marker.push(m_c10a6c5a4c5888e5109543b95fa082a0);}});}google.maps.event.addDomListener(window, 'load', initialize);