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_4faf57e033eaa65158defcae7ae3d30f = new google.maps.Geocoder();g_4faf57e033eaa65158defcae7ae3d30f.geocode( { 'address': "1 NE 1st Ave, Ocala, FL 34470"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ocala-FL-alarion-bank').style.display = '';map = new google.maps.Map(document.getElementById('ocala-FL-alarion-bank'), mapOptions);}document.getElementById('6efc40c4').innerHTML += ' | View Map';var $l4faf57e033eaa65158defcae7ae3d30f = '

Alarion Bank

Address: 1 NE 1st Ave, Ocala, FL 34470
Phone: (352) 237-4500
';var m_4faf57e033eaa65158defcae7ae3d30f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alarion Bank',});m_4faf57e033eaa65158defcae7ae3d30f['infowindow'] = new google.maps.InfoWindow({content: $l4faf57e033eaa65158defcae7ae3d30f});var infowindow = new google.maps.InfoWindow({content: $l4faf57e033eaa65158defcae7ae3d30f});google.maps.event.addListener(m_4faf57e033eaa65158defcae7ae3d30f, 'click', function() {infowindow.open(map,m_4faf57e033eaa65158defcae7ae3d30f);});$marker.push(m_4faf57e033eaa65158defcae7ae3d30f);}});}google.maps.event.addDomListener(window, 'load', initialize);