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_b63a2d3b4c63524cd10abe39420dc68c = new google.maps.Geocoder();g_b63a2d3b4c63524cd10abe39420dc68c.geocode( { 'address': "8335 Freedom Crossing Trl, Jacksonville, FL 32256"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-bank-beverly-vangerud-citi').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-bank-beverly-vangerud-citi'), mapOptions);}document.getElementById('be8379c3').innerHTML += ' | View Map';var $lb63a2d3b4c63524cd10abe39420dc68c = '

Bank Beverly Vangerud Citi

Address: 8335 Freedom Crossing Trl, Jacksonville, FL 32256
Phone: (904) 683-4723
';var m_b63a2d3b4c63524cd10abe39420dc68c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Beverly Vangerud Citi',});m_b63a2d3b4c63524cd10abe39420dc68c['infowindow'] = new google.maps.InfoWindow({content: $lb63a2d3b4c63524cd10abe39420dc68c});var infowindow = new google.maps.InfoWindow({content: $lb63a2d3b4c63524cd10abe39420dc68c});google.maps.event.addListener(m_b63a2d3b4c63524cd10abe39420dc68c, 'click', function() {infowindow.open(map,m_b63a2d3b4c63524cd10abe39420dc68c);});$marker.push(m_b63a2d3b4c63524cd10abe39420dc68c);}});}google.maps.event.addDomListener(window, 'load', initialize);