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.37,-81.3126)};var g_a313809020c24300a720d6c0c34f1a77 = new google.maps.Geocoder();g_a313809020c24300a720d6c0c34f1a77.geocode( { 'address': "First Effingham Bank, 203 S. Laurel Street, Springfield, GA 31329, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-GA-first-effingham-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-GA-first-effingham-bank'), mapOptions);}document.getElementById('acf3a5e2').innerHTML += ' | View Map';var $la313809020c24300a720d6c0c34f1a77 = '

First Effingham Bank

Address: First Effingham Bank, 203 S. Laurel Street, Springfield, GA 31329, USA
Phone: (912) 754-5800
';var m_a313809020c24300a720d6c0c34f1a77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Effingham Bank',});m_a313809020c24300a720d6c0c34f1a77['infowindow'] = new google.maps.InfoWindow({content: $la313809020c24300a720d6c0c34f1a77});var infowindow = new google.maps.InfoWindow({content: $la313809020c24300a720d6c0c34f1a77});google.maps.event.addListener(m_a313809020c24300a720d6c0c34f1a77, 'click', function() {infowindow.open(map,m_a313809020c24300a720d6c0c34f1a77);});$marker.push(m_a313809020c24300a720d6c0c34f1a77);}});}google.maps.event.addDomListener(window, 'load', initialize);