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(32.934,-97.2506)};var g_2a1d34135c9e8ef1c6f8d5078c51712a = new google.maps.Geocoder();g_2a1d34135c9e8ef1c6f8d5078c51712a.geocode( { 'address': "2031 Rufe Snow Dr, Keller, TX 76248"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('keller-TX-bbva-compass-bank').style.display = '';map = new google.maps.Map(document.getElementById('keller-TX-bbva-compass-bank'), mapOptions);}document.getElementById('2dfed4b4').innerHTML += ' | View Map';var $l2a1d34135c9e8ef1c6f8d5078c51712a = '

BBVA Compass Bank

Address: 2031 Rufe Snow Dr, Keller, TX 76248
Phone: (817) 514-5550
';var m_2a1d34135c9e8ef1c6f8d5078c51712a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass Bank',});m_2a1d34135c9e8ef1c6f8d5078c51712a['infowindow'] = new google.maps.InfoWindow({content: $l2a1d34135c9e8ef1c6f8d5078c51712a});var infowindow = new google.maps.InfoWindow({content: $l2a1d34135c9e8ef1c6f8d5078c51712a});google.maps.event.addListener(m_2a1d34135c9e8ef1c6f8d5078c51712a, 'click', function() {infowindow.open(map,m_2a1d34135c9e8ef1c6f8d5078c51712a);});$marker.push(m_2a1d34135c9e8ef1c6f8d5078c51712a);}});}google.maps.event.addDomListener(window, 'load', initialize);