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.8883,-97.1497)};var g_5505712229fb1eb500efadddc0353264 = new google.maps.Geocoder();g_5505712229fb1eb500efadddc0353264.geocode( { 'address': "1201 Church St, Colleyville, TX 76034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colleyville-TX-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('colleyville-TX-atm-bbt'), mapOptions);}document.getElementById('776b9fcd').innerHTML += ' | View Map';var $l5505712229fb1eb500efadddc0353264 = '

ATM (BB&T)

Address: 1201 Church St, Colleyville, TX 76034, USA
Phone:
';var m_5505712229fb1eb500efadddc0353264 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_5505712229fb1eb500efadddc0353264['infowindow'] = new google.maps.InfoWindow({content: $l5505712229fb1eb500efadddc0353264});var infowindow = new google.maps.InfoWindow({content: $l5505712229fb1eb500efadddc0353264});google.maps.event.addListener(m_5505712229fb1eb500efadddc0353264, 'click', function() {infowindow.open(map,m_5505712229fb1eb500efadddc0353264);});$marker.push(m_5505712229fb1eb500efadddc0353264);}});}google.maps.event.addDomListener(window, 'load', initialize);