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.3349,-81.7709)};var g_6aca97005c68f1206823815f66102863 = new google.maps.Geocoder();g_6aca97005c68f1206823815f66102863.geocode( { 'address': "6703 103rd St, Jacksonville, FL 32210"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-53rd-bank').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-53rd-bank'), mapOptions);}document.getElementById('2256386c').innerHTML += ' | View Map';var $l6aca97005c68f1206823815f66102863 = '

53rd bank

Address: 6703 103rd St, Jacksonville, FL 32210
Phone: (904) 486-1823
';var m_6aca97005c68f1206823815f66102863 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '53rd bank',});m_6aca97005c68f1206823815f66102863['infowindow'] = new google.maps.InfoWindow({content: $l6aca97005c68f1206823815f66102863});var infowindow = new google.maps.InfoWindow({content: $l6aca97005c68f1206823815f66102863});google.maps.event.addListener(m_6aca97005c68f1206823815f66102863, 'click', function() {infowindow.open(map,m_6aca97005c68f1206823815f66102863);});$marker.push(m_6aca97005c68f1206823815f66102863);}});}google.maps.event.addDomListener(window, 'load', initialize);