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(38.3178,-85.7162)};var g_aa9b172de3974203d2bf3b0988513fa3 = new google.maps.Geocoder();g_aa9b172de3974203d2bf3b0988513fa3.geocode( { 'address': "2705 E 10th St, Jeffersonville, IN 47130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jeffersonville-IN-bbt').style.display = '';map = new google.maps.Map(document.getElementById('jeffersonville-IN-bbt'), mapOptions);}document.getElementById('bdb3c010').innerHTML += ' | View Map';var $laa9b172de3974203d2bf3b0988513fa3 = '

BB&T

Address: 2705 E 10th St, Jeffersonville, IN 47130, USA
Phone: (812) 704-1240
';var m_aa9b172de3974203d2bf3b0988513fa3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_aa9b172de3974203d2bf3b0988513fa3['infowindow'] = new google.maps.InfoWindow({content: $laa9b172de3974203d2bf3b0988513fa3});var infowindow = new google.maps.InfoWindow({content: $laa9b172de3974203d2bf3b0988513fa3});google.maps.event.addListener(m_aa9b172de3974203d2bf3b0988513fa3, 'click', function() {infowindow.open(map,m_aa9b172de3974203d2bf3b0988513fa3);});$marker.push(m_aa9b172de3974203d2bf3b0988513fa3);}});}google.maps.event.addDomListener(window, 'load', initialize);