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.5108)};var g_2dce9cf5e2608c6d1df1ccbf7d180a19 = new google.maps.Geocoder();g_2dce9cf5e2608c6d1df1ccbf7d180a19.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-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-bbt-mortgage'), mapOptions);}document.getElementById('3cf3f599').innerHTML += ' | View Map';var $l2dce9cf5e2608c6d1df1ccbf7d180a19 = '

BB&T Mortgage

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