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(39.1004,-84.5109)};var g_7a728f33c5e4b76ce4bcfa632d5f3498 = new google.maps.Geocoder();g_7a728f33c5e4b76ce4bcfa632d5f3498.geocode( { 'address': "100 E 4th St, Cincinnati, OH 45202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-bbt').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-bbt'), mapOptions);}document.getElementById('3cf3f599').innerHTML += ' | View Map';var $l7a728f33c5e4b76ce4bcfa632d5f3498 = '

BB&T

Address: 100 E 4th St, Cincinnati, OH 45202, USA
Phone: (513) 621-7400
';var m_7a728f33c5e4b76ce4bcfa632d5f3498 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_7a728f33c5e4b76ce4bcfa632d5f3498['infowindow'] = new google.maps.InfoWindow({content: $l7a728f33c5e4b76ce4bcfa632d5f3498});var infowindow = new google.maps.InfoWindow({content: $l7a728f33c5e4b76ce4bcfa632d5f3498});google.maps.event.addListener(m_7a728f33c5e4b76ce4bcfa632d5f3498, 'click', function() {infowindow.open(map,m_7a728f33c5e4b76ce4bcfa632d5f3498);});$marker.push(m_7a728f33c5e4b76ce4bcfa632d5f3498);}});}google.maps.event.addDomListener(window, 'load', initialize);