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.0928,-97.7299)};var g_b97f138920c54acf5eb77d23bc318b12 = new google.maps.Geocoder();g_b97f138920c54acf5eb77d23bc318b12.geocode( { 'address': "1300 E Central Texas Expy #101, Killeen, TX 76541, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('killeen-TX-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('killeen-TX-bbva-compass'), mapOptions);}document.getElementById('cb7f4a14').innerHTML += ' | View Map';var $lb97f138920c54acf5eb77d23bc318b12 = '

BBVA Compass

Address: 1300 E Central Texas Expy #101, Killeen, TX 76541, USA
Phone: (254) 526-8880
';var m_b97f138920c54acf5eb77d23bc318b12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_b97f138920c54acf5eb77d23bc318b12['infowindow'] = new google.maps.InfoWindow({content: $lb97f138920c54acf5eb77d23bc318b12});var infowindow = new google.maps.InfoWindow({content: $lb97f138920c54acf5eb77d23bc318b12});google.maps.event.addListener(m_b97f138920c54acf5eb77d23bc318b12, 'click', function() {infowindow.open(map,m_b97f138920c54acf5eb77d23bc318b12);});$marker.push(m_b97f138920c54acf5eb77d23bc318b12);}});}google.maps.event.addDomListener(window, 'load', initialize);