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_96ba4a06bae961abbfb783d9d715150c = new google.maps.Geocoder();g_96ba4a06bae961abbfb783d9d715150c.geocode( { 'address': "3805 A1a S, St Augustine, FL 32080"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-augustine-FL-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('st-augustine-FL-bbva-compass'), mapOptions);}document.getElementById('d36a4ed2').innerHTML += ' | View Map';var $l96ba4a06bae961abbfb783d9d715150c = '

BBVA Compass

Address: 3805 A1a S, St Augustine, FL 32080
Phone: (904) 471-2424
';var m_96ba4a06bae961abbfb783d9d715150c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_96ba4a06bae961abbfb783d9d715150c['infowindow'] = new google.maps.InfoWindow({content: $l96ba4a06bae961abbfb783d9d715150c});var infowindow = new google.maps.InfoWindow({content: $l96ba4a06bae961abbfb783d9d715150c});google.maps.event.addListener(m_96ba4a06bae961abbfb783d9d715150c, 'click', function() {infowindow.open(map,m_96ba4a06bae961abbfb783d9d715150c);});$marker.push(m_96ba4a06bae961abbfb783d9d715150c);}});}google.maps.event.addDomListener(window, 'load', initialize);