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(29.2031,-82.0919)};var g_98cdbd3e76d4a09ffecba00d56a1801b = new google.maps.Geocoder();g_98cdbd3e76d4a09ffecba00d56a1801b.geocode( { 'address': "1626 SE 36th Ave, Ocala, FL 34471"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ocala-FL-bbt').style.display = '';map = new google.maps.Map(document.getElementById('ocala-FL-bbt'), mapOptions);}document.getElementById('1c248350').innerHTML += ' | View Map';var $l98cdbd3e76d4a09ffecba00d56a1801b = '

BB&T

Address: 1626 SE 36th Ave, Ocala, FL 34471
Phone: (352) 629-4432
';var m_98cdbd3e76d4a09ffecba00d56a1801b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_98cdbd3e76d4a09ffecba00d56a1801b['infowindow'] = new google.maps.InfoWindow({content: $l98cdbd3e76d4a09ffecba00d56a1801b});var infowindow = new google.maps.InfoWindow({content: $l98cdbd3e76d4a09ffecba00d56a1801b});google.maps.event.addListener(m_98cdbd3e76d4a09ffecba00d56a1801b, 'click', function() {infowindow.open(map,m_98cdbd3e76d4a09ffecba00d56a1801b);});$marker.push(m_98cdbd3e76d4a09ffecba00d56a1801b);}});}google.maps.event.addDomListener(window, 'load', initialize);