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_efe937780e95574250dabe07151bdc23 = new google.maps.Geocoder();g_efe937780e95574250dabe07151bdc23.geocode( { 'address': "120 Bartram Oaks Walk, St Johns, FL 32259"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-johns-FL-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('st-johns-FL-bbva-compass'), mapOptions);}document.getElementById('af6abf71').innerHTML += ' | View Map';var $lefe937780e95574250dabe07151bdc23 = '

BBVA Compass

Address: 120 Bartram Oaks Walk, St Johns, FL 32259
Phone: (904) 564-8430
';var m_efe937780e95574250dabe07151bdc23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_efe937780e95574250dabe07151bdc23['infowindow'] = new google.maps.InfoWindow({content: $lefe937780e95574250dabe07151bdc23});var infowindow = new google.maps.InfoWindow({content: $lefe937780e95574250dabe07151bdc23});google.maps.event.addListener(m_efe937780e95574250dabe07151bdc23, 'click', function() {infowindow.open(map,m_efe937780e95574250dabe07151bdc23);});$marker.push(m_efe937780e95574250dabe07151bdc23);}});}google.maps.event.addDomListener(window, 'load', initialize);