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()};var g_4c07fe24771249c343e70c32289c1192 = new google.maps.Geocoder();g_4c07fe24771249c343e70c32289c1192.geocode( { 'address': "4800 First Coast Hwy, Amelia Island, FL 32034"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amelia-island-FL-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('amelia-island-FL-bbva-compass'), mapOptions);}document.getElementById('9ddbcdcc').innerHTML += ' | View Map';var $l4c07fe24771249c343e70c32289c1192 = '

BBVA Compass

Address: 4800 First Coast Hwy, Amelia Island, FL 32034
Phone: (904) 261-8651
';var m_4c07fe24771249c343e70c32289c1192 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_4c07fe24771249c343e70c32289c1192['infowindow'] = new google.maps.InfoWindow({content: $l4c07fe24771249c343e70c32289c1192});var infowindow = new google.maps.InfoWindow({content: $l4c07fe24771249c343e70c32289c1192});google.maps.event.addListener(m_4c07fe24771249c343e70c32289c1192, 'click', function() {infowindow.open(map,m_4c07fe24771249c343e70c32289c1192);});$marker.push(m_4c07fe24771249c343e70c32289c1192);}});}google.maps.event.addDomListener(window, 'load', initialize);