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(31.0619,-98.1801)};var g_92ebe03166d8ff4b2bbd06077f92fb79 = new google.maps.Geocoder();g_92ebe03166d8ff4b2bbd06077f92fb79.geocode( { 'address': "705 S Key Ave, Lampasas, TX 76550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lampasas-TX-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('lampasas-TX-bbva-compass'), mapOptions);}document.getElementById('7533599a').innerHTML += ' | View Map';var $l92ebe03166d8ff4b2bbd06077f92fb79 = '

BBVA Compass

Address: 705 S Key Ave, Lampasas, TX 76550, USA
Phone:
';var m_92ebe03166d8ff4b2bbd06077f92fb79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_92ebe03166d8ff4b2bbd06077f92fb79['infowindow'] = new google.maps.InfoWindow({content: $l92ebe03166d8ff4b2bbd06077f92fb79});var infowindow = new google.maps.InfoWindow({content: $l92ebe03166d8ff4b2bbd06077f92fb79});google.maps.event.addListener(m_92ebe03166d8ff4b2bbd06077f92fb79, 'click', function() {infowindow.open(map,m_92ebe03166d8ff4b2bbd06077f92fb79);});$marker.push(m_92ebe03166d8ff4b2bbd06077f92fb79);}});}google.maps.event.addDomListener(window, 'load', initialize);