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_23fc4cba066f390a8cc729c7592b6ee8 = new google.maps.Geocoder();g_23fc4cba066f390a8cc729c7592b6ee8.geocode( { 'address': "8375 SW Highway 200, Ocala, FL 34481"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ocala-FL-bank-of-the-ozarks-ocala').style.display = '';map = new google.maps.Map(document.getElementById('ocala-FL-bank-of-the-ozarks-ocala'), mapOptions);}document.getElementById('ae8f1f81').innerHTML += ' | View Map';var $l23fc4cba066f390a8cc729c7592b6ee8 = '

Bank of the Ozarks-Ocala

Address: 8375 SW Highway 200, Ocala, FL 34481
Phone: (352) 854-2265
';var m_23fc4cba066f390a8cc729c7592b6ee8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Ozarks-Ocala',});m_23fc4cba066f390a8cc729c7592b6ee8['infowindow'] = new google.maps.InfoWindow({content: $l23fc4cba066f390a8cc729c7592b6ee8});var infowindow = new google.maps.InfoWindow({content: $l23fc4cba066f390a8cc729c7592b6ee8});google.maps.event.addListener(m_23fc4cba066f390a8cc729c7592b6ee8, 'click', function() {infowindow.open(map,m_23fc4cba066f390a8cc729c7592b6ee8);});$marker.push(m_23fc4cba066f390a8cc729c7592b6ee8);}});}google.maps.event.addDomListener(window, 'load', initialize);