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(27.9344,-82.3031)};var g_97f257287ae66136f32d44254c40cbfd = new google.maps.Geocoder();g_97f257287ae66136f32d44254c40cbfd.geocode( { 'address': "1314 Oakfield Dr, Brandon, FL 33511, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brandon-FL-first-citrus-bank').style.display = '';map = new google.maps.Map(document.getElementById('brandon-FL-first-citrus-bank'), mapOptions);}document.getElementById('3fb5c820').innerHTML += ' | View Map';var $l97f257287ae66136f32d44254c40cbfd = '

First Citrus Bank

Address: 1314 Oakfield Dr, Brandon, FL 33511, USA
Phone: (813) 864-0929
';var m_97f257287ae66136f32d44254c40cbfd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citrus Bank',});m_97f257287ae66136f32d44254c40cbfd['infowindow'] = new google.maps.InfoWindow({content: $l97f257287ae66136f32d44254c40cbfd});var infowindow = new google.maps.InfoWindow({content: $l97f257287ae66136f32d44254c40cbfd});google.maps.event.addListener(m_97f257287ae66136f32d44254c40cbfd, 'click', function() {infowindow.open(map,m_97f257287ae66136f32d44254c40cbfd);});$marker.push(m_97f257287ae66136f32d44254c40cbfd);}});}google.maps.event.addDomListener(window, 'load', initialize);