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.1064,-81.7115)};var g_f487614937c5b64a64dbaec95a9d3e65 = new google.maps.Geocoder();g_f487614937c5b64a64dbaec95a9d3e65.geocode( { 'address': "485 Blanding Blvd, Orange Park, FL 32073"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orange-park-FL-ameris-bank').style.display = '';map = new google.maps.Map(document.getElementById('orange-park-FL-ameris-bank'), mapOptions);}document.getElementById('a215f6f2').innerHTML += ' | View Map';var $lf487614937c5b64a64dbaec95a9d3e65 = '

Ameris Bank

Address: 485 Blanding Blvd, Orange Park, FL 32073
Phone: (904) 213-0883
';var m_f487614937c5b64a64dbaec95a9d3e65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ameris Bank',});m_f487614937c5b64a64dbaec95a9d3e65['infowindow'] = new google.maps.InfoWindow({content: $lf487614937c5b64a64dbaec95a9d3e65});var infowindow = new google.maps.InfoWindow({content: $lf487614937c5b64a64dbaec95a9d3e65});google.maps.event.addListener(m_f487614937c5b64a64dbaec95a9d3e65, 'click', function() {infowindow.open(map,m_f487614937c5b64a64dbaec95a9d3e65);});$marker.push(m_f487614937c5b64a64dbaec95a9d3e65);}});}google.maps.event.addDomListener(window, 'load', initialize);