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(28.8986,-82.5707)};var g_af05afa5845577fd1b2ada9b2a0de515 = new google.maps.Geocoder();g_af05afa5845577fd1b2ada9b2a0de515.geocode( { 'address': "1205 NE 5th St, Crystal River, FL 34429, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crystal-river-FL-centerstate-bank---loan-production-office').style.display = '';map = new google.maps.Map(document.getElementById('crystal-river-FL-centerstate-bank---loan-production-office'), mapOptions);}document.getElementById('dbb8c832').innerHTML += ' | View Map';var $laf05afa5845577fd1b2ada9b2a0de515 = '

CenterState Bank - Loan Production Office

Address: 1205 NE 5th St, Crystal River, FL 34429, USA
Phone: (352) 563-5633
';var m_af05afa5845577fd1b2ada9b2a0de515 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CenterState Bank - Loan Production Office',});m_af05afa5845577fd1b2ada9b2a0de515['infowindow'] = new google.maps.InfoWindow({content: $laf05afa5845577fd1b2ada9b2a0de515});var infowindow = new google.maps.InfoWindow({content: $laf05afa5845577fd1b2ada9b2a0de515});google.maps.event.addListener(m_af05afa5845577fd1b2ada9b2a0de515, 'click', function() {infowindow.open(map,m_af05afa5845577fd1b2ada9b2a0de515);});$marker.push(m_af05afa5845577fd1b2ada9b2a0de515);}});}google.maps.event.addDomListener(window, 'load', initialize);