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.0792,-83.228)};var g_9076b97543836a6783e0c8625d647fe1 = new google.maps.Geocoder();g_9076b97543836a6783e0c8625d647fe1.geocode( { 'address': "150 W Greene St, Milledgeville, GA 31061, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milledgeville-GA-bbt---milledgeville-main-branch').style.display = '';map = new google.maps.Map(document.getElementById('milledgeville-GA-bbt---milledgeville-main-branch'), mapOptions);}document.getElementById('e3136dff').innerHTML += ' | View Map';var $l9076b97543836a6783e0c8625d647fe1 = '

BB&T - Milledgeville Main Branch

Address: 150 W Greene St, Milledgeville, GA 31061, USA
Phone: (478) 457-3500
';var m_9076b97543836a6783e0c8625d647fe1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Milledgeville Main Branch',});m_9076b97543836a6783e0c8625d647fe1['infowindow'] = new google.maps.InfoWindow({content: $l9076b97543836a6783e0c8625d647fe1});var infowindow = new google.maps.InfoWindow({content: $l9076b97543836a6783e0c8625d647fe1});google.maps.event.addListener(m_9076b97543836a6783e0c8625d647fe1, 'click', function() {infowindow.open(map,m_9076b97543836a6783e0c8625d647fe1);});$marker.push(m_9076b97543836a6783e0c8625d647fe1);}});}google.maps.event.addDomListener(window, 'load', initialize);