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.3651,-81.3075)};var g_e2cf0bec385d70f19c0b5ed1580b27fa = new google.maps.Geocoder();g_e2cf0bec385d70f19c0b5ed1580b27fa.geocode( { 'address': "501 S Laurel St, Springfield, GA 31329, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-GA-bbt---springfield-ga-branch').style.display = '';map = new google.maps.Map(document.getElementById('springfield-GA-bbt---springfield-ga-branch'), mapOptions);}document.getElementById('259df1ef').innerHTML += ' | View Map';var $le2cf0bec385d70f19c0b5ed1580b27fa = '

BB&T - Springfield GA Branch

Address: 501 S Laurel St, Springfield, GA 31329, USA
Phone: (912) 754-6111
';var m_e2cf0bec385d70f19c0b5ed1580b27fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Springfield GA Branch',});m_e2cf0bec385d70f19c0b5ed1580b27fa['infowindow'] = new google.maps.InfoWindow({content: $le2cf0bec385d70f19c0b5ed1580b27fa});var infowindow = new google.maps.InfoWindow({content: $le2cf0bec385d70f19c0b5ed1580b27fa});google.maps.event.addListener(m_e2cf0bec385d70f19c0b5ed1580b27fa, 'click', function() {infowindow.open(map,m_e2cf0bec385d70f19c0b5ed1580b27fa);});$marker.push(m_e2cf0bec385d70f19c0b5ed1580b27fa);}});}google.maps.event.addDomListener(window, 'load', initialize);