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(30.2834,-81.72)};var g_aa0df4a35184f6ae24fbb050d7df7e4d = new google.maps.Geocoder();g_aa0df4a35184f6ae24fbb050d7df7e4d.geocode( { 'address': "4343 Roosevelt Blvd, Jacksonville, FL 32210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-the-jacksonville-bank---ortega-branch').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-the-jacksonville-bank---ortega-branch'), mapOptions);}document.getElementById('8fc060ed').innerHTML += ' | View Map';var $laa0df4a35184f6ae24fbb050d7df7e4d = '

The Jacksonville Bank - Ortega Branch

Address: 4343 Roosevelt Blvd, Jacksonville, FL 32210, USA
Phone: (904) 899-0400
';var m_aa0df4a35184f6ae24fbb050d7df7e4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Jacksonville Bank - Ortega Branch',});m_aa0df4a35184f6ae24fbb050d7df7e4d['infowindow'] = new google.maps.InfoWindow({content: $laa0df4a35184f6ae24fbb050d7df7e4d});var infowindow = new google.maps.InfoWindow({content: $laa0df4a35184f6ae24fbb050d7df7e4d});google.maps.event.addListener(m_aa0df4a35184f6ae24fbb050d7df7e4d, 'click', function() {infowindow.open(map,m_aa0df4a35184f6ae24fbb050d7df7e4d);});$marker.push(m_aa0df4a35184f6ae24fbb050d7df7e4d);}});}google.maps.event.addDomListener(window, 'load', initialize);